summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-11-11 21:08:24 -0800
committerAndre Arko <andre@arko.net>2014-11-11 21:08:24 -0800
commit8cbeb529ee12db21c861748fc4a858fd7d27bacc (patch)
tree2d42d92c2294a6177b8a40b8756bf6307f3cace4 /lib/bundler/version.rb
parent012a388d9d4289f60df1d85da0c5a64944b3b7dd (diff)
downloadbundler-8cbeb529ee12db21c861748fc4a858fd7d27bacc.tar.gz
Version 1.7.6 with changelogv1.7.6
Diffstat (limited to 'lib/bundler/version.rb')
-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 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