lib/rubocop/lts/version.rb



# frozen_string_literal: true

module Rubocop
  module Lts
    module Version
      VERSION = "10.1.1"
    end
  end
end