aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-08-13 18:14:50 -0700
committerAndre Arko <andre@arko.net>2014-08-13 18:14:50 -0700
commitfa46d0dc6bf164fbcb4392ca90e77f5f8941aa53 (patch)
treebc841126e5f654af2953b3958ae33d2495a1a32d /lib/bundler
parent1d87df43920550622f4aa370f302069288fbf0cd (diff)
downloadbundler-fa46d0dc6bf164fbcb4392ca90e77f5f8941aa53.tar.gz
Version 1.7.0 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 b3a3439c..c479ecc7 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.6.5" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.0" unless defined?(::Bundler::VERSION)
end