diff options
author | Philip Arndt <parndt@gmail.com> | 2010-12-01 13:46:32 +1300 |
---|---|---|
committer | Philip Arndt <parndt@gmail.com> | 2010-12-01 13:46:32 +1300 |
commit | c038feb88adc9d9a693ecbd7c0fb40644b8a3483 (patch) | |
tree | 525d908404a65c32354bf94fc3553d9c66e3082f /lib | |
parent | b4284b3a75fd5da47fb734b85883d33171a3a40d (diff) | |
download | refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.gz refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.bz2 refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.zip |
rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20
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 41d7093..5737992 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -42,7 +42,7 @@ module Refinery class << self def version - %q{1.0.rc16} + %q{1.0.rc.17} end end end |