go-mail/doc.go
Winni Neessen 6a7d49f1b6
Update doc.go
Bump version to 0.3.6 as preparation for the next release
2022-12-10 13:53:07 +01: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.6"