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