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