master
Evan Chen 2021-11-17 18:36:10 +08:00
parent 93410f9ddf
commit 6801e56013
1 changed files with 1 additions and 1 deletions

View File

@ -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