We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1db163 commit 331dcaeCopy full SHA for 331dcae
examples/api/version.feature
@@ -20,6 +20,6 @@ Feature: get version
20
And the response should match json:
21
"""
22
{
23
- "version": "v0.7.10"
+ "version": "v0.7.11"
24
}
25
godog.go
@@ -39,4 +39,4 @@ Godog was inspired by Behat and Cucumber the above description is taken from it'
39
package godog
40
41
// Version of package - based on Semantic Versioning 2.0.0 http://semver.org/
42
-const Version = "v0.7.10"
+const Version = "v0.7.11"
0 commit comments