version bump - v0.2.3

- fall back to proper data dir
This commit is contained in:
Lilian Jónsdóttir 2024-05-07 18:00:17 -07:00
parent 5eb5643062
commit de296e9bc4

View file

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