From b4aa414a4dd11049205849d6122e7397f3d357dd Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 6 Nov 2024 11:22:54 +0100 Subject: [PATCH] Update doc.go Bump version to v0.5.2 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 88a12ee..6878d86 100644 --- a/doc.go +++ b/doc.go @@ -11,4 +11,4 @@ package mail // VERSION indicates the current version of the package. It is also attached to the default user // agent string. -const VERSION = "0.5.1" +const VERSION = "0.5.2"