diff options
author | Philip Arndt <parndt@gmail.com> | 2011-03-09 10:21:40 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2011-03-09 10:21:40 +1300 |
commit | 6241c9f72d2fc74a14104fdc326c2e472ec37248 (patch) | |
tree | 066b95ffed1fc15da1d48a3b1536a7a17a06c9a7 /lib | |
parent | 858e5ead772028fe7079ebd8c77039564bb20b3d (diff) | |
download | refinerycms-blog-6241c9f72d2fc74a14104fdc326c2e472ec37248.tar.gz refinerycms-blog-6241c9f72d2fc74a14104fdc326c2e472ec37248.tar.bz2 refinerycms-blog-6241c9f72d2fc74a14104fdc326c2e472ec37248.zip |
Incremented version to 1.3.2
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 7b29cea..0158e0b 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -38,7 +38,7 @@ module Refinery class << self def version - %q{1.3.1} + %q{1.3.2} end end end |