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