Release version 2.4.0

This commit is contained in:
Aron Wussler 2021-12-21 18:42:12 +01:00
parent e8c7fa3ac9
commit dcc575e039
5 changed files with 9 additions and 4 deletions

View file

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