Release version 2.0.1

This commit is contained in:
Aron Wussler 2020-04-29 18:48:13 +02:00 committed by wussler
parent 4e5b29eb4a
commit b1e005fec3
3 changed files with 4 additions and 4 deletions

View file

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