mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for start of 2.7.0
This commit is contained in:
parent
2e2fc15e54
commit
ad93f47528
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# Version 2.7.0
|
||||
Release date: unreleased
|
||||
|
||||
# Version 2.6.0
|
||||
Relase date: 2016-01-17
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capybara
|
||||
VERSION = '2.6.0'
|
||||
VERSION = '2.7.0.dev'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue