diff --git a/resend.go b/resend.go index b8f3664..8af5367 100644 --- a/resend.go +++ b/resend.go @@ -13,7 +13,7 @@ import ( ) const ( - version = "2.13.0" + version = "2.14.0" userAgent = "resend-go/" + version contentType = "application/json" )