From fb45a7de2f93f5e84068fa5918ebfcb6d7819158 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 26 Aug 2010 21:38:13 +1200 Subject: that version needs a zero on it --- lib/refinerycms-blog.rb | 2 +- refinerycms-blog.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/refinerycms-blog.rb b/lib/refinerycms-blog.rb index c33493e..30e0baf 100644 --- a/lib/refinerycms-blog.rb +++ b/lib/refinerycms-blog.rb @@ -2,7 +2,7 @@ module Refinery module Blog class << self def version - %q{0.9.8.rc1} + %q{0.9.8.0.rc1} end end end diff --git a/refinerycms-blog.gemspec b/refinerycms-blog.gemspec index 740fdf3..b55f0e7 100644 --- a/refinerycms-blog.gemspec +++ b/refinerycms-blog.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = %q{refinerycms-blog} - s.version = %q{0.9.8.rc1} + s.version = %q{0.9.8.0.rc1} s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.} s.date = %q{2010-08-26} s.summary = %q{Ruby on Rails blogging engine for RefineryCMS.} -- cgit v1.2.3