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