version bump - v0.1.1

- only read identity/recipient files if none have been supplied via cli flags
This commit is contained in:
Lilian Jónsdóttir 2024-03-23 15:43:51 -07:00
parent 6550468048
commit 26b6a2d349

View file

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