summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
blob: df360efcd7ae5d01db0a18de4456fa368c59296e (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.5.0.rc.2" unless defined?(::Bundler::VERSION)
end