Skip to content

Commit 331dcae

Browse files
committed
bump version
1 parent d1db163 commit 331dcae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/api/version.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Feature: get version
2020
And the response should match json:
2121
"""
2222
{
23-
"version": "v0.7.10"
23+
"version": "v0.7.11"
2424
}
2525
"""

godog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
3939
package godog
4040

4141
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
42-
const Version = "v0.7.10"
42+
const Version = "v0.7.11"

0 commit comments

Comments
 (0)