mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 3.16.2 release
This commit is contained in:
parent
0080c84a13
commit
198649fff5
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Version 3.16.2
|
# Version 3.16.2
|
||||||
Release date: unreleased
|
Release date: 2019-04-10
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Capybara
|
module Capybara
|
||||||
VERSION = '3.16.1'
|
VERSION = '3.16.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue