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

Commit d7ad219

Browse files
Version 2.0.1 with changelog
1 parent dc06fab commit d7ad219

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.1 (2019-01-04)
2+
3+
Changes:
4+
5+
- Relaxed RubyGems requirement to `>= 2.5.0` ([#6867](https://github.com/bundler/bundler/pull/6867))
6+
17
## 2.0.0 (2019-01-03)
28

39
No new changes

lib/bundler/version.rb

+1-1
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.0" unless defined?(::Bundler::VERSION)
10+
VERSION = "2.0.1" unless defined?(::Bundler::VERSION)
1111

1212
def self.overwrite_loaded_gem_version
1313
begin

0 commit comments

Comments
 (0)