lib/simplecov-shield-json/version.rb in simplecov-shield-json-0.0.6 vs lib/simplecov-shield-json/version.rb in simplecov-shield-json-1.0.1
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module SimpleCov
module Formatter
class ShieldJSONFormatter
- VERSION = '0.0.6'
+ VERSION = '1.0.1'
end
end
end