Prepare for 2.17.0 release

This commit is contained in:
Thomas Walpole 2018-01-02 13:41:47 -08:00
parent ee02b28f20
commit 57e3c9d92f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Version 2.17.0
Release date: unreleased
Release date: 2018-01-02
### Added

View File

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