summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-12-29 17:57:40 -0500
committerTerence Lee <hone02@gmail.com>2011-12-29 17:57:40 -0500
commit8563e118b94406a75bb56da947d98e668260ed3b (patch)
tree1b24377a6003706350dcb70a60f87d9f9790294f
parent8a30a0bfe5fb572b5572d55ff1014a29f3ee1030 (diff)
downloadbundler-8563e118b94406a75bb56da947d98e668260ed3b.tar.gz
Version 1.1.rc.7v1.1.rc.7
-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 f276f922f4..f738ffe323 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.rc.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.7" unless defined?(::Bundler::VERSION)
end