summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-08-21 11:12:21 +0700
committerAndre Arko <andre@arko.net>2016-08-21 11:13:26 +0700
commit57d599ee3765c76cf8a6ed721cfc1ccc6586cadf (patch)
tree135295e5392ab4566dc030d6d1303a7653f50a17 /lib/bundler/version.rb
parent30941b3cd9f825379faf716919651fe091b9c5d6 (diff)
downloadbundler-57d599ee3765c76cf8a6ed721cfc1ccc6586cadf.tar.gz
Version 1.13.0.rc.2 with changelogv1.13.0.rc.2
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 bcee8f7201..8fa8d18e84 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.13.0.rc.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.0.rc.2" unless defined?(::Bundler::VERSION)
end