diff options
author | Philip Arndt <parndt@gmail.com> | 2010-11-12 17:35:47 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-11-12 17:35:47 +1300 |
commit | f68328a205017914298c292f1109d3e9e8aea782 (patch) | |
tree | 2aaa3cb9b1b8c84f4902b2ab4f08fb815488da5d /lib | |
parent | 92d019d6a259713787b716468084c2537c864afc (diff) | |
download | refinerycms-blog-f68328a205017914298c292f1109d3e9e8aea782.tar.gz refinerycms-blog-f68328a205017914298c292f1109d3e9e8aea782.tar.bz2 refinerycms-blog-f68328a205017914298c292f1109d3e9e8aea782.zip |
RC 15.. yeah, I know.
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 6902210..427fcfa 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc14} + %q{1.0.rc15} end end end |