Release v2.2.4

This commit is contained in:
Aron Wussler 2021-09-29 16:48:30 +02:00
parent 0465b888d9
commit 190a41c146
3 changed files with 3 additions and 5 deletions

View file

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