diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-24 16:51:28 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-07-24 16:51:28 +0200 |
commit | 1e43f97c27e6c55d312c14a2b9ed676b6bdb01ce (patch) | |
tree | a630f9fd689dabf4fc8153fdea4fd9e89240898a /bin | |
parent | a89b5ad4b9121bbfa033d87852692a3c8a922e58 (diff) |
Version 0.9.11
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-rc3' +$version ||= '0.9.11' $version_timestamp ||= 0 $opts = Hash.new |