aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-10-10 18:01:52 -0700
committerAndre Arko <andre@arko.net>2014-10-10 18:01:59 -0700
commitaa6d8cfba2e6ae9c14d72373d7c133b604332610 (patch)
tree2f94194d111354ff32b2f65b3f8f634671f7ab8b /lib/bundler
parentf60b3629a45aff7d24e24be8091f1598ed3727e8 (diff)
downloadbundler-aa6d8cfba2e6ae9c14d72373d7c133b604332610.tar.gz
Version 1.7.4.pre with changelog
[ci skip]
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 61470a58..503bf483 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.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.4.pre" unless defined?(::Bundler::VERSION)
end