diff options
author | djones <dgjones@gmail.com> | 2010-09-14 15:29:46 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-14 15:29:46 +1200 |
commit | 18b2db513d5241738135cfd330e730c63abec277 (patch) | |
tree | cd34dd412b977c7016e25533a63eaf373f5e680e /lib | |
parent | 06a0ec28409b0e04d485a66ceb9b4e55b0c3c2a9 (diff) | |
download | refinerycms-blog-18b2db513d5241738135cfd330e730c63abec277.tar.gz refinerycms-blog-18b2db513d5241738135cfd330e730c63abec277.tar.bz2 refinerycms-blog-18b2db513d5241738135cfd330e730c63abec277.zip |
new rc
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 844ae11..810c9a5 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc9} + %q{1.0.rc10} end end end |