mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 3.0.1 release
This commit is contained in:
parent
0c2bf584ca
commit
104da9695a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Version 3.0.1
|
||||
Release date: unreleased
|
||||
Release date: 2018-04-06
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.0.0'.freeze
|
||||
VERSION = '3.0.1'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue