Skip to content

Commit

Permalink
Tag v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 18, 2023
1 parent deb72c7 commit cb9b436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# unreleased
# v0.0.3

- Add -y flag to convert TKey identities to recipients.

Expand Down
3 changes: 1 addition & 2 deletions cmd/age-plugin-tkey/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ import (
)

const (
version = "0.0.3"
pluginName = "tkey"
)

var version = "0.0.2"

// if AGEDEBUG=plugin then age sends plugin's stderr (and own debug)
// to stderr
var le = log.New(os.Stderr, "", 0)
Expand Down

0 comments on commit cb9b436

Please sign in to comment.