aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-03-30 21:46:09 +0100
committerAndre Arko <andre@arko.net>2015-03-30 21:49:29 +0100
commit1d7ab322984a601557953a1a236d57d3f471cc97 (patch)
tree1a71c3f47f2f96338eccdbd31fea112fa102a3a4 /lib
parent22e367db34acda8cebb0473fddde346b6a9e5dc9 (diff)
downloadbundler-1d7ab322984a601557953a1a236d57d3f471cc97.tar.gz
Version 1.7.14 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 9261f205..c799f9b8 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.13" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.14" unless defined?(::Bundler::VERSION)
end