diff options
author | Colby Swandale <me@colby.fyi> | 2019-01-03 11:33:51 +1100 |
---|---|---|
committer | Colby Swandale <me@colby.fyi> | 2019-01-03 11:33:51 +1100 |
commit | d715ae9e612ad002dbe1b62db59d2abdd0f2dd77 (patch) | |
tree | ccaabb00020c64415250fa25dea3446a24534322 | |
parent | 526bb665e5c45c77928da18a5f9b16dbc8281ce3 (diff) | |
download | bundler-d715ae9e612ad002dbe1b62db59d2abdd0f2dd77.tar.gz |
Bundler 2.0 with changelogv2.0.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/bundler/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a114f3c1eb..77b69b421a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.0 (2019-01-03) + +No new changes + ## 2.0.0.pre.3 (2018-12-30) Breaking Changes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 92411d0cab..da356fe50e 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.0.pre.3" unless defined?(::Bundler::VERSION) + VERSION = "2.0.0" unless defined?(::Bundler::VERSION) def self.overwrite_loaded_gem_version begin |