Bump version numbers
This commit is contained in:
parent
dcd95f3e5b
commit
a00c613a03
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ package constants
|
||||||
|
|
||||||
// Constants for armored data.
|
// Constants for armored data.
|
||||||
const (
|
const (
|
||||||
ArmorHeaderVersion = "GopenPGP 2.2.2"
|
ArmorHeaderVersion = "GopenPGP 2.2.3"
|
||||||
ArmorHeaderComment = "https://gopenpgp.org"
|
ArmorHeaderComment = "https://gopenpgp.org"
|
||||||
PGPMessageHeader = "PGP MESSAGE"
|
PGPMessageHeader = "PGP MESSAGE"
|
||||||
PGPSignatureHeader = "PGP SIGNATURE"
|
PGPSignatureHeader = "PGP SIGNATURE"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
package constants
|
package constants
|
||||||
|
|
||||||
const Version = "2.2.2"
|
const Version = "2.2.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue