diff options
author | djones <dgjones@gmail.com> | 2010-10-05 11:58:11 +1300 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-10-05 11:58:11 +1300 |
commit | 8e783484211384fdcb1e6b24a76535f013aa4598 (patch) | |
tree | 9d83f72948d89a355ece4cde488cd2cf6cfb1dd4 /lib | |
parent | 10c206f7a42059af6017b8ffea613aba5e6359d0 (diff) | |
download | refinerycms-blog-8e783484211384fdcb1e6b24a76535f013aa4598.tar.gz refinerycms-blog-8e783484211384fdcb1e6b24a76535f013aa4598.tar.bz2 refinerycms-blog-8e783484211384fdcb1e6b24a76535f013aa4598.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 a1bed76..042dd81 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc12} + %q{1.0.rc13} end end end |