version bump - v0.2.1

- error if editor undetected
- less verbose error if identities unset
This commit is contained in:
Lilian Jónsdóttir 2024-04-03 17:16:57 -07:00
parent 13e91157da
commit 7d24d5e70b

View file

@ -22,7 +22,7 @@ import (
const (
name string = "agedit"
usage string = "Edit age encrypted files with your $EDITOR"
version string = "0.2.0"
version string = "0.2.1"
help_template string = `NAME:
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}