1
0
Fork 0
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:
Thomas Walpole 2015-08-28 13:11:41 -07:00
parent fdf54b16bb
commit b2351eff8d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
#Version 2.6.0
Relase date: unreleased
# Version 2.5.0
Release date: 2015-08-25

View file

@ -1,3 +1,3 @@
module Capybara
VERSION = '2.5.0'
VERSION = '2.6.0.dev'
end