Skip to content

Commit

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

The first tagged release. It uses tkey-device-x25519 built from tag
v0.0.1.
2 changes: 1 addition & 1 deletion cmd/age-plugin-tkey/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
pluginName = "tkey"
)

var version string
var version = "0.0.1"

// if AGEDEBUG=plugin then age sends plugin's stderr (and own debug)
// to stderr
Expand Down

0 comments on commit b19f6fc

Please sign in to comment.