lib/rubocop/lts/version.rb



# encoding: utf-8
# frozen_string_literal: true

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