aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
blob: 5ea959b980c1934f4df44773edd63a337cbba992 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true
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.12.0.pre".freeze unless defined?(::Bundler::VERSION)
end