summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-09-13 22:56:44 +1000
committerColby Swandale <me@colby.fyi>2018-09-13 22:56:44 +1000
commita853112f16159123481eb09cae36350c393f288d (patch)
treeb8e29887db62c50feb75b158a93e9d2df8579d93
parentec386bddf86b5140439002d39e04bf0094672bb5 (diff)
downloadbundler-colby/test-6689.tar.gz
bump versioncolby/test-6689
-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 8576c742b6..837de2a75b 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ 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.16.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.16.5" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin