From 5b35571eed5ffc8898e39a852ca1d5cb06d900a7 Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Tue, 4 Oct 2011 00:36:47 -0500 Subject: Version 1.1.rc --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index ba9800084b..a5995fc3bd 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -2,5 +2,5 @@ module Bundler # We're doing this because we might write tests that deal # with other versions of bundler and we are unsure how to # handle this better. - VERSION = "1.1.pre.10" unless defined?(::Bundler::VERSION) + VERSION = "1.1.rc" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1