From 4f373bb9d27e2bbeac995d7d90263c68903b0331 Mon Sep 17 00:00:00 2001 From: gedi Date: Fri, 15 Mar 2019 17:05:15 +0200 Subject: [PATCH] bump version --- 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 48d154a..950c164 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.13" + "version": "v0.7.14" } """ diff --git a/godog.go b/godog.go index d6dd3d7..dcaf0d2 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.13" +const Version = "v0.7.14"