diff options
author | Philip Arndt <parndt@gmail.com> | 2010-09-06 16:37:14 +1200 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-09-06 16:37:14 +1200 |
commit | 0c9b906056f939ebbc43c84ef8e8683f303cf81a (patch) | |
tree | 44fc66ab53e8b42b03e5232adaa4f864c85d1a1b /lib | |
parent | bd50bdb415346329e772a90f26828376a6a1cffb (diff) | |
download | refinerycms-blog-0c9b906056f939ebbc43c84ef8e8683f303cf81a.tar.gz refinerycms-blog-0c9b906056f939ebbc43c84ef8e8683f303cf81a.tar.bz2 refinerycms-blog-0c9b906056f939ebbc43c84ef8e8683f303cf81a.zip |
Release candidate 5
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 3fd844e..8fac7c2 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc4} + %q{1.0.rc5} end end end |