aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-04-29 20:43:18 -0700
committerAndre Arko <andre@arko.net>2015-04-29 20:43:22 -0700
commit8beeb91dd125331750d56acfa255ae1739d60952 (patch)
tree4103003e9c1c20c8383ddc9d9aafa7818256b955 /lib
parentfd8a27eb08eaf1f07bbf5af9b2433849529d18fb (diff)
downloadbundler-8beeb91dd125331750d56acfa255ae1739d60952.tar.gz
Version 1.7.15 with changelog
[ci skip]
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 c799f9b8..ca777710 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.7.14" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.15" unless defined?(::Bundler::VERSION)
end