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