Skip to content

Commit

Permalink
Merge pull request #92 from mailjet/go-mod-fix
Browse files Browse the repository at this point in the history
Fix go module version to match tag's major version
  • Loading branch information
tsidei authored Jul 12, 2022
2 parents e9b4db4 + 29fa30d commit b056dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// User-Agent is formated as "UserAgentBase/UserAgentVersion;runtime.Version()".
const (
UserAgentBase = "mailjet-api-v3-go"
UserAgentVersion = "3.1.1"
UserAgentVersion = "4.0.1"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mailjet/mailjet-apiv3-go/v3
module github.com/mailjet/mailjet-apiv3-go/v4

go 1.13

0 comments on commit b056dc0

Please sign in to comment.