summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-03-20 17:30:55 -0700
committerTerence Lee <hone02@gmail.com>2012-03-20 17:30:55 -0700
commit11c116de65a5355e96a3990d9d35428c29795618 (patch)
treec5f8babe9f5c7bf3ce21c4bcf028a443e12189ed
parent5af6598a58cc34433c754d07379eb806ec3e35c5 (diff)
downloadbundler-11c116de65a5355e96a3990d9d35428c29795618.tar.gz
Bundler 1.1.2v1.1.2
-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 c5e3a8608f..7846d0e001 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.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.2" unless defined?(::Bundler::VERSION)
end