bump version
Этот коммит содержится в:
родитель
8e7bc15e74
коммит
4f373bb9d2
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.13"
|
"version": "v0.7.14"
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
2
godog.go
2
godog.go
|
@ -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.13"
|
const Version = "v0.7.14"
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче