version bump - v0.2.0
- move Decrypt and Identity related functions to their own packages - hide default text for `force` cli flag - get recipients the (probably) right way - update to go 1.22
This commit is contained in:
parent
633673200a
commit
c4ee8e7b04
|
@ -22,7 +22,7 @@ import (
|
|||
const (
|
||||
name string = "agedit"
|
||||
usage string = "Edit age encrypted files with your $EDITOR"
|
||||
version string = "0.1.1"
|
||||
version string = "0.2.0"
|
||||
help_template string = `NAME:
|
||||
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue