From bae2fe44328f1806832822b21dbaf0e00e821008 Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Fri, 8 Jun 2012 11:04:23 +0200 Subject: [PATCH] releasing new version: 2.0.0.rc8 --- lib/locomotive/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locomotive/version.rb b/lib/locomotive/version.rb index 0a2f57c9..58ae7d0c 100644 --- a/lib/locomotive/version.rb +++ b/lib/locomotive/version.rb @@ -1,3 +1,3 @@ module Locomotive #:nodoc - VERSION = '2.0.0.rc7' + VERSION = '2.0.0.rc8' end