diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 86cdcc887f0..95910a3b33c 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.1.pre.6" unless defined?(::Bundler::VERSION) + VERSION = "1.1.pre.7" unless defined?(::Bundler::VERSION) end