aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:33:13 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-22 14:33:13 -0700
commita85578ca41922c74f3789c755ee5105014cd9d7c (patch)
treeddae0a0266d7f6ba09c886a200a26af1e08fa26b /lib/bundler/version.rb
parent61bf0959742493b83107bedca7eec9a989f09781 (diff)
downloadbundler-a85578ca41922c74f3789c755ee5105014cd9d7c.tar.gz
Update changelog for 1.10.6
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 9873d538..984293e9 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -2,5 +2,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.10.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.10.6" unless defined?(::Bundler::VERSION)
end