1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

tagged 2.4.1

This commit is contained in:
Thomas Walpole 2014-07-03 12:01:31 -07:00
parent e8e218594d
commit 10e8450429
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
# Unreleased
# Version 2.4.1
Release data: 2014-07-03
### Added

View file

@ -1,3 +1,3 @@
module Capybara
VERSION = '2.4.0'
VERSION = '2.4.1'
end