diff options
author | djones <dgjones@gmail.com> | 2010-09-07 14:37:17 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-07 14:37:17 +1200 |
commit | bc84757e41578d68e12dc813d9be0c12ca191175 (patch) | |
tree | 86e17ae7e9844bed1ac48f3b415159aa4e032cd3 /lib | |
parent | 0efc0fd6c9ffd097b2b837008e84e32f90dbfb65 (diff) | |
download | refinerycms-blog-bc84757e41578d68e12dc813d9be0c12ca191175.tar.gz refinerycms-blog-bc84757e41578d68e12dc813d9be0c12ca191175.tar.bz2 refinerycms-blog-bc84757e41578d68e12dc813d9be0c12ca191175.zip |
new version
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 8fac7c2..235b72d 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc5} + %q{1.0.rc6} end end end |