aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-02 23:15:15 -0700
committerAndre Arko <andre@arko.net>2015-05-03 00:30:27 -0700
commit84c32d00d59bb90a95eef72422f52253835aa1a5 (patch)
tree2c2a44e7f11ea6cc3c8d76cc8dce8633e6a3d1ad /lib/bundler/version.rb
parent5dcad9e75e392c58d58d68d6180dbd8c098b6594 (diff)
downloadbundler-84c32d00d59bb90a95eef72422f52253835aa1a5.tar.gz
Version 1.9.6 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 7d473a29..b415f650 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.9.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.6" unless defined?(::Bundler::VERSION)
end