go-mail/doc.go
Winni Neessen 56512b5bd9
Update doc.go
Bump version to 0.4.1
2024-02-14 16:12:13 +01:00

9 lines
252 B
Go

// SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
//
// SPDX-License-Identifier: MIT
// Package mail provides a simple and easy way to send mails with Go
package mail
// VERSION is used in the default user agent string
const VERSION = "0.4.1"