mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Preprare for work on 2.6.0
This commit is contained in:
parent
fdf54b16bb
commit
b2351eff8d
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
#Version 2.6.0
|
||||
Relase date: unreleased
|
||||
|
||||
# Version 2.5.0
|
||||
Release date: 2015-08-25
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Capybara
|
||||
VERSION = '2.5.0'
|
||||
VERSION = '2.6.0.dev'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue