aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-29 20:53:26 -0700
committerAndre Arko <andre@arko.net>2015-04-29 20:53:26 -0700
commit4d25dc95fea641201d0032b509afea04231eaec7 (patch)
tree34d5928eb14b92ce7b0dc9c4af57ad6cd99a080d /lib
parent1a82dd9250d8c7e0d5bfe0d125825155c6c8aaa7 (diff)
downloadbundler-4d25dc95fea641201d0032b509afea04231eaec7.tar.gz
Version 1.8.8 with changelog
Diffstat (limited to 'lib')
-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 cc5a1efa..4b2ee8ef 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.8.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.8" unless defined?(::Bundler::VERSION)
end