summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-03-03 01:54:27 -0800
committerTerence Lee <hone02@gmail.com>2012-03-03 01:54:33 -0800
commitef92bd90e1733f374836422da177ada8b3ef1b6e (patch)
tree0c30c3e1954beb359f3053433ef93967d4d9b2c3
parent9c3fc9daf4b17fc93d4375c47da78c7cc140c7e0 (diff)
downloadbundler-ef92bd90e1733f374836422da177ada8b3ef1b6e.tar.gz
Version 1.1.rc.8v1.1.rc.8
-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 f738ffe323..94c4d6fb7f 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.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.8" unless defined?(::Bundler::VERSION)
end