Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen 6d9aa92e7e fix: #51 2021-11-09 11:27:58 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import (
var UNIX_SHELL = "sh"
var WIN_SHELL = "cmd"
const version = "v0.1.10"
const version = "v0.1.9"
//go:embed templates
var tmplFS embed.FS