diff options
author | djones <dgjones@gmail.com> | 2010-09-21 17:34:35 +1200 |
---|---|---|
committer | djones <dgjones@gmail.com> | 2010-09-21 17:34:35 +1200 |
commit | 9a2906c8251448a13b887786cb16082dbf2cba1f (patch) | |
tree | c843a32cfbf5f86b9c71e36bccc0dac221648ff6 /lib | |
parent | 0993314625a7fea5120da085f5f5c58b2f8435d8 (diff) | |
download | refinerycms-blog-9a2906c8251448a13b887786cb16082dbf2cba1f.tar.gz refinerycms-blog-9a2906c8251448a13b887786cb16082dbf2cba1f.tar.bz2 refinerycms-blog-9a2906c8251448a13b887786cb16082dbf2cba1f.zip |
use published at in more places
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 810c9a5..c2d8aeb 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc10} + %q{1.0.rc11} end end end |