Release v2.2.0 (#135)

This commit is contained in:
wussler 2021-06-30 17:07:52 +02:00 committed by GitHub
parent c46ed8ed9e
commit cba6683c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

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