# frozen_string_literal: true module RuboCop module Capybara # Version information for the Capybara RuboCop plugin. module Version STRING = '2.17.1' end end end