version bump - v0.1.0
- add support for editor arguments - add support for encrypting to multiple recipients - add support for trying to decrypt with multiple identites - add cli flag to re-encrypt even if data wasn't changed
This commit is contained in:
parent
790bc635ab
commit
79ffb9d9b6
|
@ -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.0.2"
|
version string = "0.1.0"
|
||||||
help_template string = `NAME:
|
help_template string = `NAME:
|
||||||
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue