File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
openapi-generator/templates/go Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
2323func main() {
Original file line number Diff line number Diff line change 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
33go 1.14
44
You can’t perform that action at this time.
0 commit comments