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