summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-07-29 19:13:00 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-07-29 19:13:00 -0700
commit74dadea02e9e7e303a31c4cccf380513e7f9d55e (patch)
tree50276ef43e3ed66721e5ffc350e575150aa9ed81
parent1c73e636906a3d2b1415872ae41242c952443cc3 (diff)
downloadbundler-1.0.0.rc.2.tar.gz
Bump version1.0.0.rc.2
-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 e95f1d7c4a..7c45260626 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.rc.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.0.rc.2" unless defined?(::Bundler::VERSION)
end