lib/rubocop/ast/version.rb



# frozen_string_literal: true

module RuboCop
  module AST
    module Version
      STRING = '1.28.1'
    end
  end
end