summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-04-02 20:18:38 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-04-02 20:18:38 +0900
commit1fa0c38084b2a0c776618bd1f5de630f2872da98 (patch)
treef614f2b7fa96208e0f26900b46a6723fcbee1445
parentcf39ccd511f3cb604e91200f2dab968ce24e953f (diff)
downloadbundler-1fa0c38084b2a0c776618bd1f5de630f2872da98.tar.gz
use pre.1 instead of beta.
-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 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