From 05db4cc9a96f96af2fc35e48f9f0a4a1c89f7e84 Mon Sep 17 00:00:00 2001 From: Denis Trofimov Date: Mon, 16 Mar 2020 12:24:05 +0300 Subject: [PATCH] Fix #262 Bug then running the example of an API, a feature version need to bump to latest reported 0.8.1 #262 --- _examples/api/features/version.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/api/features/version.feature b/_examples/api/features/version.feature index 950c164..92c0a05 100644 --- a/_examples/api/features/version.feature +++ b/_examples/api/features/version.feature @@ -20,6 +20,6 @@ Feature: get version And the response should match json: """ { - "version": "v0.7.14" + "version": "v0.8.1" } """