From cf39ccd511f3cb604e91200f2dab968ce24e953f Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Mon, 1 Apr 2019 21:50:40 +0900 Subject: Bump version to 2.1.0.beta1. --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1 From 1fa0c38084b2a0c776618bd1f5de630f2872da98 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Tue, 2 Apr 2019 20:18:38 +0900 Subject: use pre.1 instead of beta. --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index b43fd544d9..ba6312a5cd 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.1.0.beta1" unless defined?(::Bundler::VERSION) + VERSION = "2.1.0.pre.1" unless defined?(::Bundler::VERSION) def self.overwrite_loaded_gem_version begin -- cgit v1.2.1