From a94e721161a5dea330814bea1f97f74228738571 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 6 Oct 2024 17:29:26 +0200 Subject: [PATCH] Update doc.go Bump version for v0.5.0 release --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index de16f5d..c775015 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.4.4" +const VERSION = "0.5.0"