diff options
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 |