diff --git a/configui.go b/configui.go index c1f79a5..88009ca 100644 --- a/configui.go +++ b/configui.go @@ -22,7 +22,7 @@ const UNIX_SHELL = "/usr/bin/sh" const WIN_SHELL = "C:\\Windows\\System32\\cmd" const DARWIN_SHELL = "/bin/bash" -const version = "v0.1.13" +const version = "v0.1.14" //go:embed templates var tmplFS embed.FS