Bump version numbers

This commit is contained in:
Aron Wussler 2021-09-21 13:15:16 +02:00
parent dcd95f3e5b
commit a00c613a03
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.2.2"
const Version = "2.2.3"