summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-03-07 02:45:41 -0800
committerTerence Lee <hone02@gmail.com>2012-03-07 02:45:41 -0800
commit504ff2a323967f2af617786f439431c787d0e49b (patch)
tree1fb21a51f67b7667c2c270c1329640d030cb906c
parent03e96310bf1fc995aee32b7aef8987ea0821b994 (diff)
downloadbundler-504ff2a323967f2af617786f439431c787d0e49b.tar.gz
Version 1.1.0 \o/v1.1.0
-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 ee0acb63a7..7537b629f5 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.9" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.0" unless defined?(::Bundler::VERSION)
end