Compare commits
1 Commits
9814f61015
...
7db4594bbe
Author | SHA1 | Date |
---|---|---|
Evan | 7db4594bbe |
|
@ -13,7 +13,7 @@ import (
|
||||||
var UNIX_SHELL = "sh"
|
var UNIX_SHELL = "sh"
|
||||||
var WIN_SHELL = "cmd"
|
var WIN_SHELL = "cmd"
|
||||||
|
|
||||||
const version = "0.1.2-rc1"
|
const version = "v0.1.3"
|
||||||
|
|
||||||
//go:embed templates
|
//go:embed templates
|
||||||
var tmplFS embed.FS
|
var tmplFS embed.FS
|
||||||
|
|
Loading…
Reference in New Issue