From 8ea80c0739b5aa7a3f0ebe44cb056542bed32391 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Wed, 16 Oct 2024 09:50:22 +0200 Subject: [PATCH] Update doc.go Bump version to v0.5.1 for release --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index c775015..88a12ee 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.0" +const VERSION = "0.5.1"