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