File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Unreleased
7
+ ## [ 2.1.9 ] 2021-05-12
8
8
### Changed
9
9
- Updated the underlying crypto library
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package constants
3
3
4
4
// Constants for armored data.
5
5
const (
6
- ArmorHeaderVersion = "GopenPGP 2.1.8 "
6
+ ArmorHeaderVersion = "GopenPGP 2.1.9 "
7
7
ArmorHeaderComment = "https://gopenpgp.org"
8
8
PGPMessageHeader = "PGP MESSAGE"
9
9
PGPSignatureHeader = "PGP SIGNATURE"
Original file line number Diff line number Diff line change 1
1
package constants
2
2
3
- const Version = "2.1.8 "
3
+ const Version = "2.1.9 "
You can’t perform that action at this time.
0 commit comments