aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-03-13 23:00:17 -0700
committerAndre Arko <andre@arko.net>2016-03-13 23:00:17 -0700
commit804e47d7bec44f35178049db5bce3c25c5bc1c33 (patch)
tree3b028c7a0c459b3e58a165630b16deb54e7a0094 /lib/bundler
parent5a19311e696f37c43ff962cae356574c23bf2451 (diff)
downloadbundler-804e47d7bec44f35178049db5bce3c25c5bc1c33.tar.gz
Version 1.12.0.rc with changelog
Diffstat (limited to 'lib/bundler')
-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 1aa11d0d..d4e2d19e 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.pre.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.0.rc" unless defined?(::Bundler::VERSION)
end