aboutsummaryrefslogtreecommitdiffstats
path: root/lib/refinerycms-blog.rb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-09 22:22:49 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-09 22:22:49 +1200
commitd999f08151817beb83b8bd2d3994f937c4fa0280 (patch)
tree7b511f758b2cf95be4976b50decd02ed8e435347 /lib/refinerycms-blog.rb
parent77546b5b65246c6af674c76ca4d0f9dcf6ce27dd (diff)
downloadrefinerycms-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/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 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