Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Chen 85b5416db5 fix: #51
continuous-integration/drone/tag Build is passing Details
2021-11-09 11:28:34 +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.9"
const version = "v0.1.10"
//go:embed templates
var tmplFS embed.FS