From c4ee8e7b046791ebc88ad4b1d6d9ed20ba80f35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Mon, 1 Apr 2024 13:29:14 -0700 Subject: [PATCH] version bump - v0.2.0 - move Decrypt and Identity related functions to their own packages - hide default text for `force` cli flag - get recipients the (probably) right way - update to go 1.22 --- cmd/agedit/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/agedit/cli.go b/cmd/agedit/cli.go index f976847..e63475a 100644 --- a/cmd/agedit/cli.go +++ b/cmd/agedit/cli.go @@ -22,7 +22,7 @@ import ( const ( name string = "agedit" usage string = "Edit age encrypted files with your $EDITOR" - version string = "0.1.1" + version string = "0.2.0" help_template string = `NAME: {{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}