aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-16 15:26:01 -0700
committerAndre Arko <andre@arko.net>2015-05-16 15:26:01 -0700
commitbe432f5bceacf37e08d4dc8e3a727717260f18f7 (patch)
tree55ab177f94991046a19daaa6812ca63ffae25d8c /lib/bundler
parented86e50c8c7414c0a53f5288c5e4e7925b4960d5 (diff)
downloadbundler-be432f5bceacf37e08d4dc8e3a727717260f18f7.tar.gz
Version 1.9.9 with changelog
Diffstat (limited to 'lib/bundler')
-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 4b12329c..7eed0867 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.9.9" unless defined?(::Bundler::VERSION)
end