diff options
author | Philip Arndt <parndt@gmail.com> | 2010-08-30 11:14:46 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-08-30 11:14:46 +1200 |
commit | 4d1e364085c0de27d3ca58cc90eba9036744fc79 (patch) | |
tree | 2e0282206a95fc6fb91ec8aea38843543e886c85 /lib/refinerycms-blog.rb | |
parent | 21dca99ddf7eadb929bc9fe40a6b3f9fd90b2f41 (diff) | |
download | refinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.tar.gz refinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.tar.bz2 refinerycms-blog-4d1e364085c0de27d3ca58cc90eba9036744fc79.zip |
Comments are now moderated automatically unless moderation is enabled and show up below posts.
Diffstat (limited to 'lib/refinerycms-blog.rb')
-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 c322faf..4027d70 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -22,7 +22,7 @@ module Refinery class << self def version - %q{0.9.8.0.rc1} + %q{0.9.8.0.rc2} end end end |