From e1a8c8d0d6429a1779581d1c151f2f3d28c9fd4e Mon Sep 17 00:00:00 2001 From: gedi Date: Sat, 27 Oct 2018 19:12:43 +0300 Subject: [PATCH] bump version for next release --- examples/api/version.feature | 2 +- godog.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/api/version.feature b/examples/api/version.feature index a9f4d7c..e3ecf1e 100644 --- a/examples/api/version.feature +++ b/examples/api/version.feature @@ -20,6 +20,6 @@ Feature: get version And the response should match json: """ { - "version": "v0.7.8" + "version": "v0.7.9" } """ diff --git a/godog.go b/godog.go index 6601a17..80adf36 100644 --- a/godog.go +++ b/godog.go @@ -39,4 +39,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.7.8" +const Version = "v0.7.9"