From 0502cf3305286f66d050f189e4e486a6f8c929ed Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Mon, 23 Apr 2012 01:04:06 +0200 Subject: [PATCH] bump version to 2.0.0.rc7 --- Gemfile.lock | 2 +- lib/locomotive/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1c2ab25f..b4ce7be6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT PATH remote: . specs: - locomotive_cms (2.0.0.rc6) + locomotive_cms (2.0.0.rc7) RedCloth (~> 4.2.8) actionmailer-with-request (~> 0.3.0) bson_ext (~> 1.5.2) diff --git a/lib/locomotive/version.rb b/lib/locomotive/version.rb index 6a4543b6..0a2f57c9 100644 --- a/lib/locomotive/version.rb +++ b/lib/locomotive/version.rb @@ -1,3 +1,3 @@ module Locomotive #:nodoc - VERSION = '2.0.0.rc6' + VERSION = '2.0.0.rc7' end