From 8cdfaaaa25181aac3b9fa8b714a1965a14cf93b0 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Thu, 15 Mar 2018 12:28:24 +0100 Subject: [PATCH] This rule is stupid... it has ne forzen_string pragmae --- 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 f25e91fe..b4b8ed29 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SimpleCov - VERSION = "0.16.0" + VERSION = "0.16.0".freeze end