go-mail/doc.go
Winni Neessen 94924cbba4
Update doc.go
Bump version to 0.3.0
2022-10-11 19:45:55 +02:00

9 lines
261 B
Go

// SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
//
// 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.3.0"