diff options
author | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-04-02 20:18:38 +0900 |
---|---|---|
committer | SHIBATA Hiroshi <hsbt@ruby-lang.org> | 2019-04-02 20:18:38 +0900 |
commit | 1fa0c38084b2a0c776618bd1f5de630f2872da98 (patch) | |
tree | f614f2b7fa96208e0f26900b46a6723fcbee1445 /lib/bundler/version.rb | |
parent | cf39ccd511f3cb604e91200f2dab968ce24e953f (diff) | |
download | bundler-1fa0c38084b2a0c776618bd1f5de630f2872da98.tar.gz |
use pre.1 instead of beta.
Diffstat (limited to 'lib/bundler/version.rb')
-rw-r--r-- | lib/bundler/version.rb | 2 |
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 |