# frozen_string_literal: true

module RuboCop
  module Rails
    # This module holds the RuboCop Rails version information.
    module Version
      STRING = '2.5.2'
    end
  end
end
