# frozen_string_literal: true module RuboCop module FactoryBot # Version information for the factory_bot RuboCop plugin. module Version STRING = '2.25.1' end end end