summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-07-26 10:02:37 -0700
committerwycats <wycats@gmail.com>2010-07-26 10:02:37 -0700
commit4cb1214924ee1e94bb8aa748d95bd4a204464cf1 (patch)
treecfd856a677577be46a2e7a0d18a59a0c66103741
parent5bdb507b2b1513acbed67f0363aaa773795e2b55 (diff)
downloadbundler-4cb1214924ee1e94bb8aa748d95bd4a204464cf1.tar.gz
Bump version1.0.0.rc.1
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
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