aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-25 08:42:46 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-12-25 08:42:46 -0600
commit018f9b81948a99bead40a0f91d8384b9dd4a80f2 (patch)
tree35a8594b73949ddc43050749ba3bf55c55853a7f /lib/bundler/version.rb
parent489fc359462929ec6bd793f0e71fc4883dd5ad94 (diff)
downloadbundler-018f9b81948a99bead40a0f91d8384b9dd4a80f2.tar.gz
Version 1.13.7 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 9cd9fb00..1f1a2ee0 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.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.7" unless defined?(::Bundler::VERSION)
end