Этот коммит содержится в:
gedi 2018-10-06 00:50:22 +03:00
родитель 138e107f34
коммит ea9eeaa197
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 56604CDCCC201556
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

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