Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit 8b7b84f

Browse files
author
Colby Swandale
committed
bump version to 2.0.2
1 parent 6705960 commit 8b7b84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bundler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Bundler
77
# We're doing this because we might write tests that deal
88
# with other versions of bundler and we are unsure how to
99
# handle this better.
10-
VERSION = "2.0.1" unless defined?(::Bundler::VERSION)
10+
VERSION = "2.0.2" unless defined?(::Bundler::VERSION)
1111

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)