diff options
author | Andre Arko <andre@arko.net> | 2014-11-11 21:08:24 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2014-11-11 21:08:24 -0800 |
commit | 8cbeb529ee12db21c861748fc4a858fd7d27bacc (patch) | |
tree | 2d42d92c2294a6177b8a40b8756bf6307f3cace4 /lib/bundler/version.rb | |
parent | 012a388d9d4289f60df1d85da0c5a64944b3b7dd (diff) | |
download | bundler-8cbeb529ee12db21c861748fc4a858fd7d27bacc.tar.gz |
Version 1.7.6 with changelogv1.7.6
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 5f4f12d8ba..1063456c72 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.5" unless defined?(::Bundler::VERSION) + VERSION = "1.7.6" unless defined?(::Bundler::VERSION) end |