lib/rubocop/rspec/version.rb



# frozen_string_literal: true

module RuboCop
  module RSpec
    # Version information for the RSpec RuboCop plugin.
    module Version
      STRING = '3.6.0'
    end
  end
end