Update go-crypto, go-mime and prepare v2.6.1 release

This commit is contained in:
M. Thiercelin 2023-03-22 13:23:35 +01:00
parent 62f2ca828e
commit 524e1b89a9
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
5 changed files with 15 additions and 9 deletions

View file

@ -3,7 +3,7 @@ package constants
// Constants for armored data.
const (
ArmorHeaderVersion = "GopenPGP 2.6.0"
ArmorHeaderVersion = "GopenPGP 2.6.1"
ArmorHeaderComment = "https://gopenpgp.org"
PGPMessageHeader = "PGP MESSAGE"
PGPSignatureHeader = "PGP SIGNATURE"

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.6.0"
const Version = "2.6.1"