From 776741bfb00889a7aa3793edbddcdeb74801dce3 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 2 Jul 2019 10:21:29 +0200 Subject: [PATCH] Bump version to 0.17.0 --- 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 8475e649..6e8dcebf 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.16.1".freeze + VERSION = "0.17.0".freeze end