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