lib/rubocop/ruby3_1/version.rb



# frozen_string_literal: true

module Rubocop
  module Ruby31
    module Version
      VERSION = "2.0.6"
    end
  end
end