From 3a9d4613a75455b321fe05322e21b3129bdd2d81 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Mon, 16 Sep 2019 20:58:32 +0200 Subject: [PATCH] bump version to 0.17.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 6e8dcebf..c63f819a 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.17.0".freeze + VERSION = "0.17.1".freeze end