diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-26 21:38:13 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-26 21:38:13 +1200 |
commit | fb45a7de2f93f5e84068fa5918ebfcb6d7819158 (patch) | |
tree | 01e33a0cbd22bbd665487371a04133389369bd1b /lib | |
parent | 23d647243813c45b759f5dda418dfa6c583f3e37 (diff) | |
download | refinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.tar.gz refinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.tar.bz2 refinerycms-blog-fb45a7de2f93f5e84068fa5918ebfcb6d7819158.zip |
that version needs a zero on it
Diffstat (limited to 'lib')
-rw-r--r-- | lib/refinerycms-blog.rb | 2 |
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 |