From 8b7b84f0f613b726118355dbfe15b9efe1daa599 Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Wed, 12 Jun 2019 19:16:59 +1000 Subject: bump version to 2.0.2 --- lib/bundler/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 401f62447c..129e524d47 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.0.1" unless defined?(::Bundler::VERSION) + VERSION = "2.0.2" unless defined?(::Bundler::VERSION) def self.overwrite_loaded_gem_version begin -- cgit v1.2.1