diff options
author | djones <dgjones@gmail.com> | 2010-09-07 16:24:57 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-07 16:24:57 +1200 |
commit | c55a5586e13b2625079067f345124e13ab98d68e (patch) | |
tree | 1d12c921cd04004e0c2a21d18331a5aa58bc55eb /lib | |
parent | a25726f513dfddc76edb7d484a78cfa10d09a8af (diff) | |
download | refinerycms-blog-c55a5586e13b2625079067f345124e13ab98d68e.tar.gz refinerycms-blog-c55a5586e13b2625079067f345124e13ab98d68e.tar.bz2 refinerycms-blog-c55a5586e13b2625079067f345124e13ab98d68e.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 e627556..15c0a0a 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc7} + %q{1.0.rc8} end end end |