Skip to content

Commit c8b3085

Browse files
committed
Allow library to be used with frozen-string-literals enabled.
1 parent 9635cc2 commit c8b3085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simplecov-html/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SimpleCov
22
module Formatter
33
class HTMLFormatter
4-
VERSION = "0.10.1"
4+
VERSION = "0.10.1".dup
55

66
def VERSION.to_a
77
split(".").map(&:to_i)

0 commit comments

Comments
 (0)