teamcapybara--capybara/lib/capybara/version.rb

6 lines
82 B
Ruby

# frozen_string_literal: true
module Capybara
VERSION = '3.0.0.dev'.freeze
end