version bump - v0.3.1

- make it actually compile
This commit is contained in:
Lilian Jónsdóttir 2024-05-29 13:25:22 -07:00
parent a552deab8d
commit a4f2f79c81

View file

@ -23,7 +23,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.3.0" version string = "0.3.1"
help_template string = `NAME: help_template string = `NAME:
{{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}} {{.Name}} {{if .Version}}v{{.Version}}{{end}} - {{.Usage}}