bump version to 2.0.0.rc7

This commit is contained in:
Didier Lafforgue 2012-04-23 01:04:06 +02:00
parent 69c51fbe07
commit 0502cf3305
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
module Locomotive #:nodoc
VERSION = '2.0.0.rc6'
VERSION = '2.0.0.rc7'
end