summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2020-09-23 21:06:29 +0900
committerHiroshi SHIBATA <[email protected]>2020-09-23 21:06:29 +0900
commita46841612c846f00f31ff63d886620d66cdea5b3 ()
treeba53da824d44f9582bf26a52138ba0c535b53720 /lib
parent31a6eaabc165d8a222e176f2c809d90622d88ec2 (diff)
bump Bundler's version to 2.2.0.rc.1
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.2.0.dev".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i