aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-04-15 15:47:21 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-04-15 15:47:21 -0500
commit009ac70f7499bf5df535220344348c8f4ac35163 (patch)
tree435e84d56d3a19fc7a58a286cec94814a0b78a03 /lib/bundler/version.rb
parent7c5305c7ab0284c6d1674a6476da5df4f1f9194b (diff)
downloadbundler-009ac70f7499bf5df535220344348c8f4ac35163.tar.gz
Version 1.12.0.rc.2 with changelog
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 d4e2d19e..8a824187 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,5 +7,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.12.0.rc" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.0.rc.2" unless defined?(::Bundler::VERSION)
end