# frozen_string_literal: true module RuboCop module Performance module Version STRING = '1.0.0'.freeze end end end