aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-10-22 01:19:15 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-10-22 01:19:15 -0500
commit467fb50921d5e33b7bc6aa987a2f912ebe2182a5 (patch)
treecab7944f48b714386c69d05b619ac5e734577eba /lib
parent3ccc0db369267bb477608dfef3b0aa645eeceb33 (diff)
parenta79a6385640be23b46e2f6151424cec940d67486 (diff)
downloadbundler-467fb50921d5e33b7bc6aa987a2f912ebe2182a5.tar.gz
Merge tag 'v1.13.6'
Version 1.13.6
Diffstat (limited to 'lib')
-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 9882c7ac..9cd9fb00 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.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.6" unless defined?(::Bundler::VERSION)
end