From f9d4e2f33885b8d31af7a410c3dce138db3464d1 Mon Sep 17 00:00:00 2001 From: Derich Pacheco Date: Fri, 10 Jan 2025 23:41:47 -0300 Subject: [PATCH] chore: bump to v2.14.0 --- resend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )