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-01 21:50:40 +0900
commit519d01e3024b418a02f29dcf01f8d19470b5ba3b (patch)
tree606867312076107326650ae01a3e19c2a4b8d5dc
parent3b6c6e35b36fc056ec3610f9f22f1cea2ef0b06f (diff)
downloadbundler-bump-2-1-0.tar.gz
Bump version to 2.1.0.beta1.bump-2-1-0
-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