aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-05-25 14:19:18 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-05-25 14:19:18 -0500
commita65a2db118ed714586ac4c56a0584c97bf0305df (patch)
treeef6cc66816149cb876641071a46290aae3074fb4 /lib/bundler/version.rb
parent702ae2eac27f0e70b7507f4cd49dd1a5aaa42ce5 (diff)
downloadbundler-a65a2db118ed714586ac4c56a0584c97bf0305df.tar.gz
Version 1.12.5 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 db93547b..b1e8a49e 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.12.5" unless defined?(::Bundler::VERSION)
end