From 4cb1214924ee1e94bb8aa748d95bd4a204464cf1 Mon Sep 17 00:00:00 2001 From: wycats Date: Mon, 26 Jul 2010 10:02:37 -0700 Subject: Bump version --- 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 e746284725..e95f1d7c4a 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.0.0.beta.10" unless defined?(::Bundler::VERSION) + VERSION = "1.0.0.rc.1" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1