lib/rubocop/lts/version.rb



# frozen_string_literal: true

module Rubocop
  module Lts
    VERSION = "4.0.3".freeze
  end
end