Prepare release of version 2.5.2
This commit is contained in:
parent
a896ae4ed4
commit
6093df57b9
5 changed files with 7 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ package constants
|
|||
|
||||
// Constants for armored data.
|
||||
const (
|
||||
ArmorHeaderVersion = "GopenPGP 2.5.1"
|
||||
ArmorHeaderVersion = "GopenPGP 2.5.2"
|
||||
ArmorHeaderComment = "https://gopenpgp.org"
|
||||
PGPMessageHeader = "PGP MESSAGE"
|
||||
PGPSignatureHeader = "PGP SIGNATURE"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package constants
|
||||
|
||||
const Version = "2.5.1"
|
||||
const Version = "2.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue