Skip to content

Commit

Permalink
Merge pull request #434 from wneessen/chore/prepare-062-release
Browse files Browse the repository at this point in the history
Update version to 0.6.2 and fix typo in documentation
  • Loading branch information
wneessen authored Feb 16, 2025
2 parents a6c394b + e745906 commit b909433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
// Package mail provides an easy to use interface for formating and sending mails. go-mail follows idiomatic Go style
// and best practice. It has a small dependency footprint by mainly relying on the Go Standard Library and the Go
// extended packages. It combines a lot of functionality from the standard library to give easy and convenient access
// to mail and SMTP related tasks. It works like a programatic email client and provides lots of methods and
// to mail and SMTP related tasks. It works like a programmatic email client and provides lots of methods and
// functionalities you would consider standard in a MUA.
package mail

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

0 comments on commit b909433

Please sign in to comment.