summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-08-09 20:23:58 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-08-09 20:23:58 +0200
commitbf8d3dc80f6103fdd8e2a629880ab0470d516d70 (patch)
treef86b42af46a5ed5d9ab94291f17ca37aea802142 /Rakefile
parent58459cf3ebcf3a7029fca4c3761dcb8fa23b95c3 (diff)
Start working on 0.9.13
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 45e62613..a04eab47 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ task :default => [:buildext]
spec = Gem::Specification.new do |s|
s.name = 'rbot'
- s.version = '0.9.12'
+ s.version = '0.9.13'
s.summary = <<-EOF
A modular ruby IRC bot.
EOF