Release 2.1.3 (#108)

This commit is contained in:
wussler 2020-12-09 15:57:44 +01:00 committed by GitHub
parent 2a4ac0999b
commit a42d48a203
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

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