Merge pull request #263 from denis-trofimov/patch-1

Fix Bug then running the example of an API, a feature version need to bump to latest reported 0.8.1 #262
Этот коммит содержится в:
Fredrik Lönnblad 2020-03-16 07:44:53 -03:00 коммит произвёл GitHub
родитель 3a53f6f6bf 05db4cc9a9
коммит 732eff4c29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

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