aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-10-15 01:13:48 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-10-15 01:13:48 -0500
commitaf6ac0a392966ca8a1d7a2924e4f834d7d5369d5 (patch)
treed7005ff90ecf95aedd05f2cb0ae7e53ce9afd45f /lib/bundler/version.rb
parent8dc001006373b9cc12bd3c83af64d9b01aa87f70 (diff)
downloadbundler-af6ac0a392966ca8a1d7a2924e4f834d7d5369d5.tar.gz
Version 1.13.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 823045b3..9882c7ac 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.13.5" unless defined?(::Bundler::VERSION)
end