Skip to content

Commit b056dc0

Browse files
author
tsidei
authored
Merge pull request #92 from mailjet/go-mod-fix
Fix go module version to match tag's major version
2 parents e9b4db4 + 29fa30d commit b056dc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// User-Agent is formated as "UserAgentBase/UserAgentVersion;runtime.Version()".
2828
const (
2929
UserAgentBase = "mailjet-api-v3-go"
30-
UserAgentVersion = "3.1.1"
30+
UserAgentVersion = "4.0.1"
3131
)
3232

3333
const (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/mailjet/mailjet-apiv3-go/v3
1+
module github.com/mailjet/mailjet-apiv3-go/v4
22

33
go 1.13

0 commit comments

Comments
 (0)