aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-26 21:38:13 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-26 21:38:13 +1200
commitfb45a7de2f93f5e84068fa5918ebfcb6d7819158 (patch)
tree01e33a0cbd22bbd665487371a04133389369bd1b /lib/refinerycms-blog.rb
parent23d647243813c45b759f5dda418dfa6c583f3e37 (diff)
downloadrefinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.tar.gz
refinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.tar.bz2
refinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.zip
that version needs a zero on it
Diffstat (limited to 'lib/refinerycms-blog.rb')
-rw-r--r--lib/refinerycms-blog.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb
index c33493e..30e0baf 100644
--- a/lib/refinerycms-blog.rb
+++ b/lib/refinerycms-blog.rb
@@ -2,7 +2,7 @@ module Refinery
module Blog
class << self
def version
- %q{0.9.8.rc1}
+ %q{0.9.8.0.rc1}
end
end
end