diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-18 15:01:03 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-18 15:01:03 +0200 |
commit | a89b5ad4b9121bbfa033d87852692a3c8a922e58 (patch) | |
tree | c867cfaf3890af1451b31821fd4ec05f0a540a44 /bin | |
parent | 9a7e374e1670b04f506d4d2eecd903c253a8214a (diff) |
Version 0.9.11-rc3
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-rc2" +$version ||= '0.9.11-rc3' $version_timestamp ||= 0 $opts = Hash.new |