mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
master is now 2.8.0 dev
This commit is contained in:
parent
babd88e3e5
commit
0b575829bc
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# Version 2.8.0
|
||||
Release date: Unreleased
|
||||
|
||||
# Version 2.7.0
|
||||
Release date: 2016-04-07
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.7.0'
|
||||
VERSION = '2.8.0.dev'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue