Skip to content

Commit

Permalink
Tell the codebase it's a future version.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 13, 2010
1 parent 541d0a4 commit 447dcaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions refinerycms.gemspec
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.7.14}
s.version = %q{0.9.7.15}
s.description = %q{A beautiful open source Ruby on Rails content manager for small business. Easy to extend, easy to use, lightweight and all wrapped up in a super slick UI.}
s.date = %q{2010-10-12}
s.date = %q{2010-10-14}
s.summary = %q{A beautiful open source Ruby on Rails content manager for small business.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down
2 changes: 1 addition & 1 deletion vendor/plugins/refinery/lib/refinery.rb
Expand Up @@ -31,7 +31,7 @@ class << self
@major = 0
@minor = 9
@tiny = 7
@build = 14
@build = 15

def self.to_s
[@major, @minor, @tiny, @build].compact.join('.')
Expand Down

0 comments on commit 447dcaf

Please sign in to comment.