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

Prepare for 3.0.0 release

This commit is contained in:
Thomas Walpole 2018-04-05 10:51:23 -07:00
parent a1b7e454be
commit c449772293
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Version 3.0.0
Release date: unreleased
Release date: 2018-04-05
### Changed

View file

@ -7,7 +7,7 @@
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jnicklas/capybara?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
**Note** You are viewing the README for the development version of Capybara. If you are using the current release version
you can find the README at https://github.com/teamcapybara/capybara/blob/2.17_stable/README.md
you can find the README at https://github.com/teamcapybara/capybara/blob/3.0_stable/README.md
Capybara helps you test web applications by simulating how a real user would

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.0.0.rc2'.freeze
VERSION = '3.0.0'.freeze
end