aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-07 20:22:47 -0700
committerAndre Arko <andre@arko.net>2015-04-07 20:23:36 -0700
commit70fca61c94eb15c6435062c963652cc28638a82c (patch)
tree2b037eff6b44361cb7695ae128116ed203cd9c5f /lib
parenta26089b76e38780943afc5fad5ddf69da4634ffd (diff)
downloadbundler-70fca61c94eb15c6435062c963652cc28638a82c.tar.gz
Version 1.8.7 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 7aa6de5b..cc5a1efa 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.6" unless defined?(::Bundler::VERSION)
+ VERSION = "1.8.7" unless defined?(::Bundler::VERSION)
end