From b053ba5a267ce6ec408323aa0ab5a2a038f350f7 Mon Sep 17 00:00:00 2001 From: Didier Lafforgue Date: Tue, 17 Apr 2012 18:42:27 +0200 Subject: [PATCH] bump version to 2.0.0.rc6 --- 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 169058b0..6a4543b6 100644 --- a/lib/locomotive/version.rb +++ b/lib/locomotive/version.rb @@ -1,3 +1,3 @@ module Locomotive #:nodoc - VERSION = '2.0.0.rc5' + VERSION = '2.0.0.rc6' end