bump Bundler's version to 2.2.0.rc.1
This commit is contained in:
parent
31a6eaabc1
commit
a46841612c
@ -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
|
||||
|
@ -26,4 +26,4 @@ DEPENDENCIES
|
||||
warbler (~> 2.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.0.dev
|
||||
2.2.0.rc.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user