Skip to content

Commit c688450

Browse files
committed
chore: fix phrase-go v4 bump
1 parent 5ff6c4c commit c688450

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openapi-generator/templates/go/README.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Phrase Strings is a translation management platform for software projects. You c
55
## Installation
66

77
```shell
8-
go get github.com/phrase/phrase-go/v3 {{! x-release-please-major }}
8+
go get github.com/phrase/phrase-go/v4 {{! x-release-please-major }}
99
```
1010

1111
## Getting Started
@@ -17,7 +17,7 @@ import (
1717
"context"
1818
"fmt"
1919

20-
phrase "github.com/phrase/phrase-go/v3" {{! x-release-please-major }}
20+
phrase "github.com/phrase/phrase-go/v4" {{! x-release-please-major }}
2121
)
2222

2323
func main() {

openapi-generator/templates/go/go.mod.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}/v3 {{! x-release-please-major }}
1+
module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}{{#isGoSubmodule}}/{{packageName}}{{/isGoSubmodule}}/v4 {{! x-release-please-major }}
22

33
go 1.14
44

0 commit comments

Comments
 (0)