Release version 2.7.2 (#247)

This commit is contained in:
Aron Wussler 2023-07-17 14:42:41 +02:00 committed by GitHub
parent ca02a218b8
commit b97d994962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 6 deletions

View file

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