chore: Prepare release 2.8.1 (#317)

This commit is contained in:
Lukas Burkhalter 2024-11-26 11:55:49 +01:00 committed by GitHub
parent 113e32660b
commit 4c05fbeec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 6 deletions

View file

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