Этот коммит содержится в:
gedi 2016-08-07 19:35:39 +03:00
родитель a20d2de63a
коммит 6e3b3f764a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -20,6 +20,6 @@ Feature: get version
And the response should match json:
"""
{
"version": "v0.5.3"
"version": "v0.5.4"
}
"""

Просмотреть файл

@ -42,4 +42,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
package godog
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
const Version = "v0.5.3"
const Version = "v0.5.4"