Release version 2.1.5 (#115)

This commit is contained in:
wussler 2021-02-19 15:32:39 +01:00 committed by GitHub
parent cea3d0da4d
commit 72062c4925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,3 +1,3 @@
package constants
const Version = "2.1.4"
const Version = "2.1.5"