summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2020-01-01 22:27:12 +0000
committerBundlerbot <bot@bundler.io>2020-01-01 22:27:12 +0000
commit77198906c84fbdd10661bd4f61ef280965caf732 (patch)
treeeb9f71a6221d727427d2bf65ccb07c38f711855c
parentc93740f7d05468d053f6aab7d6c88cb0319f96ab (diff)
parent9bc88192ec28fe62d52832e9e7e41b374fe67eba (diff)
downloadbundler-trying.tar.gz
Try #7534:trying
-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 b63e39b8d2..39789b5913 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
module Bundler
- VERSION = "2.1.2".freeze
+ VERSION = "2.2.0.dev".freeze
def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i