diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-09-02 14:55:36 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-09-02 14:55:36 +0200 |
commit | 6f0258b1b2d9f715c7c35897bb0b1226747e428e (patch) | |
tree | 0628c5803d74d87595b50abeddbe11d891dacdc7 /bin | |
parent | 317b0e5a484ca9117f00ad426d067a5ec6767236 (diff) |
Version 0.9.13
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ require 'etc' require 'getoptlong' require 'fileutils' -$version ||= '0.9.13-git' +$version ||= '0.9.13' $version_timestamp ||= 0 $opts = Hash.new |