From ed0a3e59aee1df27c6d4e5bdf2ab1808dc884d5a Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Wed, 23 Sep 2020 19:03:47 +0200 Subject: [PATCH] 0.12.3 version bump which I of course forgot... --- Gemfile.lock | 2 +- lib/simplecov-html/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 33064ab..a2452ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - simplecov-html (0.12.2) + simplecov-html (0.12.3) GEM remote: https://rubygems.org/ diff --git a/lib/simplecov-html/version.rb b/lib/simplecov-html/version.rb index 0c1cb95..2585648 100644 --- a/lib/simplecov-html/version.rb +++ b/lib/simplecov-html/version.rb @@ -3,7 +3,7 @@ module SimpleCov module Formatter class HTMLFormatter - VERSION = "0.12.2" + VERSION = "0.12.3" end end end