From 6c9ae6bccd691308aa20a8349792b3705356826e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 29 May 2024 13:22:55 -0700 Subject: [PATCH] version bump - v0.3.0 - remove identity package - strip down env package - use adrg/xdg in lieu of (poorly) reinventing the wheel --- 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 3c0518e..06e32a2 100644 --- a/cmd/agedit/cli.go +++ b/cmd/agedit/cli.go @@ -23,7 +23,7 @@ import ( const ( name string = "agedit" usage string = "Edit age encrypted files with your $EDITOR" - version string = "0.2.3" + version string = "0.3.0" help_template string = `NAME: {{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}