Prepare release of v2.6.0

This commit is contained in:
M. Thiercelin 2023-03-15 09:15:45 +01:00
parent 766f9d568a
commit 8cff537619
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
3 changed files with 5 additions and 5 deletions

View file

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

View file

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