aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-10 16:23:40 -0800
committerAndre Arko <andre@arko.net>2014-11-10 16:47:08 -0800
commit28b3808c7d9c8331f497fc865569c1ab716f58f1 (patch)
tree3302d9cf9e5d9030deef1918021f0a8d2c96db53 /lib/bundler
parentdc55c6471f3e425ba7a9e52ec285526fca5a812a (diff)
downloadbundler-28b3808c7d9c8331f497fc865569c1ab716f58f1.tar.gz
Version 1.7.5 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 9989ef90..5f4f12d8 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.5" unless defined?(::Bundler::VERSION)
end