diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-10 14:26:58 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-10 14:26:58 +0200 |
commit | 4311b55915199875a172d26a42ae3c1e4e573ff0 (patch) | |
tree | 45564741cf9713b880f883d873666e8257cb7b00 /bin | |
parent | 42652bd5d93b9173149510fa09defafc6ee4b89c (diff) |
Version 0.9.11-rc2
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.11-rc1" +$version ||= "0.9.11-rc2" $version_timestamp ||= 0 $opts = Hash.new |