From 56512b5bd957d42cfa9457bbaa8317ee2badad68 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 14 Feb 2024 16:12:13 +0100 Subject: [PATCH] Update doc.go Bump version to 0.4.1 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 9afe237..f38b857 100644 --- a/doc.go +++ b/doc.go @@ -6,4 +6,4 @@ package mail // VERSION is used in the default user agent string -const VERSION = "0.4.0" +const VERSION = "0.4.1"