From 6801e56013d631bdcc03bbaa62d79cbaf6622bad Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Wed, 17 Nov 2021 18:36:10 +0800 Subject: [PATCH] chore --- configui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configui.go b/configui.go index 407e74a..5b586e4 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.12" +const version = "v0.1.13" //go:embed templates var tmplFS embed.FS