Release version 2.4.3

This commit is contained in:
Aron Wussler 2022-02-24 21:59:19 +01:00
parent c4cd1549ec
commit cf1cd54aa2
3 changed files with 6 additions and 4 deletions

View file

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