1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib/capybara/webkit/version.rb
2012-11-09 13:08:13 -05:00

7 lines
99 B
Ruby

module Capybara
module Driver
class Webkit
VERSION = '0.13.0'.freeze
end
end
end