From 49b28eef613f99b8e39b7bfba5f3f3eb81e8d95d Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Tue, 30 Nov 2021 16:40:58 +0800 Subject: [PATCH] update version --- configui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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