aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-10-20 00:12:20 -0700
committerAndre Arko <andre@arko.net>2014-10-20 00:38:30 -0700
commit02002f87b4f9190b7f3b66b1f8fa81af935fd75c (patch)
treee012dc3b3bd561fd6dde4851689295fc85afc0ad /lib/bundler
parentca0676cb1c638e0b9747ea8c18f28adf82cc01de (diff)
downloadbundler-02002f87b4f9190b7f3b66b1f8fa81af935fd75c.tar.gz
Version 1.7.4 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 503bf483..9989ef90 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.pre" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.4" unless defined?(::Bundler::VERSION)
end