update version

master
Evan Chen 2021-11-30 16:40:58 +08:00
parent 9bbabf6479
commit 49b28eef61
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.13"
const version = "v0.1.14"
//go:embed templates
var tmplFS embed.FS