diff --git a/examples/api/version.feature b/examples/api/version.feature index e3ecf1e..6e03e91 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.9" + "version": "v0.7.10" } """ diff --git a/godog.go b/godog.go index 80adf36..8c74e60 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.9" +const Version = "v0.7.10"