summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-12-08 18:58:28 -0800
committerTerence Lee <hone02@gmail.com>2011-12-08 18:58:28 -0800
commitebdf81b6cad25d7e86fd561a62f6b1f54ab246c6 (patch)
tree87d9da9ae42f9a54a85e67fbf97670afd376d599
parent3bbc533a276c8943f7f68fc6fd406ceb80e94cc4 (diff)
downloadbundler-ebdf81b6cad25d7e86fd561a62f6b1f54ab246c6.tar.gz
1.1.rc.3v1.1.rc.3
-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 f4bf0987e7..d5e9583523 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.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.3" unless defined?(::Bundler::VERSION)
end