summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-23 21:06:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-23 21:06:29 +0900
commita46841612c846f00f31ff63d886620d66cdea5b3 (patch)
treeba53da824d44f9582bf26a52138ba0c535b53720 /lib
parent31a6eaabc165d8a222e176f2c809d90622d88ec2 (diff)
bump Bundler's version to 2.2.0.rc.1
Diffstat (limited to 'lib')
-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 39789b5913..272fe85cab 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.2.0.dev".freeze
+ VERSION = "2.2.0.rc.1".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i