Release version 2.4.10

This commit is contained in:
Aron Wussler 2022-08-23 13:12:55 +02:00
parent 3278880cd3
commit 6a7e485872
5 changed files with 14 additions and 3 deletions

View file

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

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.4.8"
const Version = "2.4.10"