Skip to content

Commit 64f64a3

Browse files
committed
Tag v0.0.3
1 parent 44b5fc2 commit 64f64a3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.0.3
2+
3+
- Add -y flag to convert TKey identities to recipients.
4+
15
# v0.0.2
26

37
- Add TKey serial number (UDI) as a comment in the output. Only

cmd/age-plugin-tkey/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ import (
1111
)
1212

1313
const (
14+
version = "0.0.3"
1415
pluginName = "tkey"
1516
)
1617

17-
var version = "0.0.2"
18-
1918
// if AGEDEBUG=plugin then age sends plugin's stderr (and own debug)
2019
// to stderr
2120
var le = log.New(os.Stderr, "", 0)

0 commit comments

Comments
 (0)