summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-04-02 11:52:47 +0000
committerBundlerbot <bot@bundler.io>2019-04-02 11:52:47 +0000
commita35099c00db5921a1b3a7f88235ef58af9ba2280 (patch)
tree9bbf1451cd96e42a7ba6523b6247d83089101a47
parent1869628a250ffa45836fbdf5e3e8661f0560c43e (diff)
parent1fa0c38084b2a0c776618bd1f5de630f2872da98 (diff)
downloadbundler-a35099c00db5921a1b3a7f88235ef58af9ba2280.tar.gz
Merge #7088
7088: Bump version to 2.1.0.beta1. r=colby-swandale a=hsbt ### What was the end-user problem that led to this PR? When we released the new version, We got the test failure or an error with a version number like 2.0.0. ### What was your diagnosis of the problem? We didn't test with new version number until release time. ### What is your fix for the problem, implemented in this PR? I did bump to the minor version in the master branch. ### Why did you choose this fix out of the possible options? We should develop with a new version number like 2.1.0. Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org>
-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..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.0.0.dev" unless defined?(::Bundler::VERSION)
+ VERSION = "2.1.0.pre.1" unless defined?(::Bundler::VERSION)
def self.overwrite_loaded_gem_version
begin