diff options
author | Andre Arko <andre@arko.net> | 2014-09-14 11:24:18 +0300 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-09-14 11:25:11 +0300 |
commit | 8dbb7881c0463807bb8883e084818924fd3df09e (patch) | |
tree | 56686f46998ebf635810753e4d59cef554f733d3 /lib/bundler/version.rb | |
parent | 9213e0b8639a84095b6c96671f11467e29aeaf36 (diff) | |
download | bundler-8dbb7881c0463807bb8883e084818924fd3df09e.tar.gz |
Version 1.7.3 with changelogv1.7.3
Diffstat (limited to 'lib/bundler/version.rb')
-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 8374d4110d..61470a581d 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.2" unless defined?(::Bundler::VERSION) + VERSION = "1.7.3" unless defined?(::Bundler::VERSION) end |