summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-15 16:12:31 -0800
committerAndre Arko <andre@arko.net>2015-12-15 16:12:31 -0800
commit1b021b2b77378779f53bbd658194a0c2e298885e (patch)
tree07e2f5caaafdfe33e279a4c9dbd34609b56809dc /lib/bundler/version.rb
parentbfbad5c5f4d62e153da9d96e7187079e87335b64 (diff)
downloadbundler-1-11-stable.tar.gz
Version 1.11.2 with changelogv1.11.21-11-stable
Diffstat (limited to 'lib/bundler/version.rb')
-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 983b6c56fb..a3311288ef 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.11.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.11.2" unless defined?(::Bundler::VERSION)
end