lib/simplecov-shield-json/version.rb in simplecov-shield-json-0.0.5 vs lib/simplecov-shield-json/version.rb in simplecov-shield-json-0.0.6

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module SimpleCov module Formatter class ShieldJSONFormatter - VERSION = '0.0.5' + VERSION = '0.0.6' end end end