From 24b05defa3f0bee2cfa273a721531a9d8cd3ecd3 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Thu, 15 Mar 2018 11:08:45 +0100 Subject: [PATCH] Version bump to 0.16.0 :dancers: --- 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 286d6f77..f25e91fe 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.15.1".freeze + VERSION = "0.16.0" end