mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 13:50:49 +01:00
Bump version to 0.3.9
This commit is contained in:
parent
f3039cdce9
commit
4c3416d078
1 changed files with 2 additions and 2 deletions
4
doc.go
4
doc.go
|
@ -1,4 +1,4 @@
|
||||||
// SPDX-FileCopyrightText: 2022 Winni Neessen <winni@neessen.dev>
|
// SPDX-FileCopyrightText: 2022-2023 The go-mail Authors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
@ -6,4 +6,4 @@
|
||||||
package mail
|
package mail
|
||||||
|
|
||||||
// VERSION is used in the default user agent string
|
// VERSION is used in the default user agent string
|
||||||
const VERSION = "0.3.8"
|
const VERSION = "0.3.9"
|
||||||
|
|
Loading…
Reference in a new issue