Compare commits

..

2 commits

Author SHA1 Message Date
Lilian Jónsdóttir a4f2f79c81 version bump - v0.3.1
- make it actually compile
2024-05-29 13:25:22 -07:00
Lilian Jónsdóttir a552deab8d make it actually compile 2024-05-29 13:24:57 -07:00
2 changed files with 1 additions and 3 deletions

View file

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

2
pkg/env/env.go vendored
View file

@ -2,9 +2,7 @@ package env
import (
"os"
"regexp"
"runtime"
"strings"
)
// GetEditor gets the configured editor by checking environmental