From 6e3b3f764a57d37691c0dfd007e7e586d3e452dc Mon Sep 17 00:00:00 2001 From: gedi Date: Sun, 7 Aug 2016 19:35:39 +0300 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 a44d272..30101e7 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.5.3" + "version": "v0.5.4" } """ diff --git a/godog.go b/godog.go index 0b5a6d3..5da8d34 100644 --- a/godog.go +++ b/godog.go @@ -42,4 +42,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.5.3" +const Version = "v0.5.4"