diff options
author | Andre Arko <andre@arko.net> | 2014-11-10 16:23:40 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-11-10 16:47:08 -0800 |
commit | 28b3808c7d9c8331f497fc865569c1ab716f58f1 (patch) | |
tree | 3302d9cf9e5d9030deef1918021f0a8d2c96db53 /lib/bundler | |
parent | dc55c6471f3e425ba7a9e52ec285526fca5a812a (diff) | |
download | bundler-28b3808c7d9c8331f497fc865569c1ab716f58f1.tar.gz |
Version 1.7.5 with changelogv1.7.5
Diffstat (limited to 'lib/bundler')
-rw-r--r-- | lib/bundler/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 9989ef90be..5f4f12d8ba 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 |