diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-09 22:22:49 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-09 22:22:49 +1200 |
commit | d999f08151817beb83b8bd2d3994f937c4fa0280 (patch) | |
tree | 7b511f758b2cf95be4976b50decd02ed8e435347 /lib | |
parent | 77546b5b65246c6af674c76ca4d0f9dcf6ce27dd (diff) | |
download | refinerycms-blog-d999f08151817beb83b8bd2d3994f937c4fa0280.tar.gz refinerycms-blog-d999f08151817beb83b8bd2d3994f937c4fa0280.tar.bz2 refinerycms-blog-d999f08151817beb83b8bd2d3994f937c4fa0280.zip |
Set up version as 0.9.8.dev1
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 5ee61bc..2ef1bf9 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} + %q{0.9.8.dev1} end end end |