Release version 2.2.1

This commit is contained in:
Aron Wussler 2021-07-27 12:51:54 +02:00
parent 126388e321
commit 44016a15c4
3 changed files with 4 additions and 5 deletions

View file

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

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.2.0"
const Version = "2.2.1"