lib/rubocop/minitest/version.rb



# frozen_string_literal: true

module RuboCop
  module Minitest
    VERSION = '0.4.0'
  end
end