diff --git a/History.md b/History.md index f88e2a8e..f5c0244c 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ # Version 3.18.0 -Release date: unreleased +Release date: 2019-04-22 ### Added diff --git a/README.md b/README.md index aac7b5e8..2766c3a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=capybara&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=capybara&package-manager=bundler&version-scheme=semver) **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/3.17_stable/README.md +you can find the README at https://github.com/teamcapybara/capybara/blob/3.18_stable/README.md Capybara helps you test web applications by simulating how a real user would diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index 6fc06d20..44d5b11f 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Capybara - VERSION = '3.17.0' + VERSION = '3.18.0' end