Skip to content

Commit f19201d

Browse files
committed
bump version
1 parent a69e4c6 commit f19201d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

builder_go111_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestGodogBuildWithModuleOutsideGopathAndHavingOnlyFeature(t *testing.T) {
3636
t.Fatal(err)
3737
}
3838

39-
if out, err := exec.Command("go", "mod", "edit", "-require", "github.com/DATA-DOG/[email protected].11").CombinedOutput(); err != nil {
39+
if out, err := exec.Command("go", "mod", "edit", "-require", "github.com/DATA-DOG/[email protected].12").CombinedOutput(); err != nil {
4040
t.Log(string(out))
4141
t.Fatal(err)
4242
}

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.12"
23+
"version": "v0.7.13"
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.12"
42+
const Version = "v0.7.13"

0 commit comments

Comments
 (0)