Compare commits
1 Commits
85b5416db5
...
6d9aa92e7e
Author | SHA1 | Date |
---|---|---|
Evan Chen | 6d9aa92e7e |
|
@ -19,7 +19,7 @@ import (
|
||||||
var UNIX_SHELL = "sh"
|
var UNIX_SHELL = "sh"
|
||||||
var WIN_SHELL = "cmd"
|
var WIN_SHELL = "cmd"
|
||||||
|
|
||||||
const version = "v0.1.10"
|
const version = "v0.1.9"
|
||||||
|
|
||||||
//go:embed templates
|
//go:embed templates
|
||||||
var tmplFS embed.FS
|
var tmplFS embed.FS
|
||||||
|
|
Loading…
Reference in New Issue