Skip to content

Commit

Permalink
Prepare for 3.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Sep 2, 2019
1 parent 6319738 commit 64ac389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.28_stable/README.md
you can find the README at https://github.com/teamcapybara/capybara/blob/3.29_stable/README.md


Capybara helps you test web applications by simulating how a real user would
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.28.0'
VERSION = '3.29.0'
end

0 comments on commit 64ac389

Please sign in to comment.