summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-04-01 21:50:40 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-04-02 20:17:03 +0900
commitcf39ccd511f3cb604e91200f2dab968ce24e953f (patch)
tree4de34e5a6520f8d263df5e0d6a699e7db596038b
parent4cae424d604cbeb8ee84127a6b8896c45e7e2c84 (diff)
downloadbundler-cf39ccd511f3cb604e91200f2dab968ce24e953f.tar.gz
Bump version to 2.1.0.beta1.
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 75d0817cca..b43fd544d9 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -7,7 +7,7 @@ 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 = "2.0.0.dev" unless defined?(::Bundler::VERSION)
+ VERSION = "2.1.0.beta1" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin