version bump - v0.1.1
- only read identity/recipient files if none have been supplied via cli flags
This commit is contained in:
parent
6550468048
commit
26b6a2d349
|
@ -21,7 +21,7 @@ import (
|
|||
const (
|
||||
name string = "agedit"
|
||||
usage string = "Edit age encrypted files with your $EDITOR"
|
||||
version string = "0.1.0"
|
||||
version string = "0.1.1"
|
||||
help_template string = `NAME:
|
||||
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue