summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
blob: f738ffe3239351a322fc51fd549fac57ec04717d (plain)
1
2
3
4
5
6
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.rc.7" unless defined?(::Bundler::VERSION)
end