From fb6785dd14a925915d02744b75b99e5769ae4e8e Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Mon, 11 Sep 2017 21:12:47 +0200 Subject: [PATCH] Bump to 0.15.1 --- lib/simplecov/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index 68283f37..ed35450a 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,3 +1,3 @@ module SimpleCov - VERSION = "0.15.0".freeze + VERSION = "0.15.1".freeze end