summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomhuda <tomhuda@tilde.io>2012-03-07 00:51:39 -0800
committertomhuda <tomhuda@tilde.io>2012-03-07 00:51:39 -0800
commit8d790379f690fe14c993f0157a0659bf08bdb314 (patch)
treeb7f6193ee4a9b1cb3b9ead66dced95f486773175
parente31a1c7b24d3dfbce7ed39b6a723dd20f7d08c95 (diff)
downloadbundler-8d790379f690fe14c993f0157a0659bf08bdb314.tar.gz
Bump version
-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 94c4d6fb7f..ee0acb63a7 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.rc.9" unless defined?(::Bundler::VERSION)
end