summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-12-14 17:03:36 -0500
committerTerence Lee <hone02@gmail.com>2011-12-14 17:03:36 -0500
commitfb554947eb4593fcb14918252402c4c57b5dcec7 (patch)
tree28119b4e378ef4253ebcac3b8286511c5561f393
parent69aba4e80745fb06b2169f3b8398f46b11cda611 (diff)
downloadbundler-fb554947eb4593fcb14918252402c4c57b5dcec7.tar.gz
1.1.rc.5v1.1.rc.5
-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 6900676ce3..1e46ffbfc5 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.5" unless defined?(::Bundler::VERSION)
end