Skip to content

Commit

Permalink
chore: update API version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
robgordon89 committed Apr 19, 2023
1 parent fb1ed08 commit 95959f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
)

const (
Version = "0.0.1"
APIVersion = "2022-12-01"
Version = "0.0.2"
APIVersion = "2023-18-04"

defaultBaseURL = "https://connect.mailerlite.com/api"
defaultUserAgent = "go-mailerlite" + "/" + Version
Expand Down

0 comments on commit 95959f8

Please sign in to comment.