diff --git a/CHANGELOG.md b/CHANGELOG.md index 48acafc0..c58ab433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -0.18.0.beta3 (unreleased) +0.18.0.beta3 (2020-01-20) ======================== ## Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 98a2d537..e9d087da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - simplecov (0.18.0.beta2) + simplecov (0.18.0.beta3) docile (~> 1.1) simplecov-html (~> 0.11.0.beta2) diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index 16af12c4..ce15bfe0 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.18.0.beta2" + VERSION = "0.18.0.beta3" end