1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Prepare for 2.14.0 release

This commit is contained in:
Thomas Walpole 2017-05-01 11:26:29 -07:00
parent a638511278
commit b08c19e85f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Version 2.14.0
Release date: Unreleased
Release date: 2017-05-01
### Added

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.13.0'
VERSION = '2.14.0'
end