Skip to content

Commit b909433

Browse files
authored
Merge pull request #434 from wneessen/chore/prepare-062-release
Update version to 0.6.2 and fix typo in documentation
2 parents a6c394b + e745906 commit b909433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
// Package mail provides an easy to use interface for formating and sending mails. go-mail follows idiomatic Go style
66
// and best practice. It has a small dependency footprint by mainly relying on the Go Standard Library and the Go
77
// extended packages. It combines a lot of functionality from the standard library to give easy and convenient access
8-
// to mail and SMTP related tasks. It works like a programatic email client and provides lots of methods and
8+
// to mail and SMTP related tasks. It works like a programmatic email client and provides lots of methods and
99
// functionalities you would consider standard in a MUA.
1010
package mail
1111

1212
// VERSION indicates the current version of the package. It is also attached to the default user
1313
// agent string.
14-
const VERSION = "0.6.1"
14+
const VERSION = "0.6.2"

0 commit comments

Comments
 (0)