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