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

Commit

Permalink
Revert "Version 2.0.0 with changelog"
Browse files Browse the repository at this point in the history
This reverts commit 04e1658.
  • Loading branch information
colby-swandale committed Dec 28, 2018
1 parent 04e1658 commit 7f878bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## 2.0.0 (2018-12-04)

No changes

## 2.0.0.pre.2 (2018-11-27)

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.0" unless defined?(::Bundler::VERSION)
VERSION = "2.0.0.pre.2" unless defined?(::Bundler::VERSION)

def self.overwrite_loaded_gem_version
begin
Expand Down

0 comments on commit 7f878bf

Please sign in to comment.