1
0
mirror of https://github.com/schollz/croc.git synced 2024-11-24 16:23:47 +03:00

bump 8.6.4

This commit is contained in:
Zack Scholl 2020-10-22 10:17:33 -07:00
parent 3f10a147dd
commit 9bb2d2b7cc

View File

@ -33,7 +33,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v8.6.4-bf9ebfc"
Version = "v8.6.4-3f10a14"
}
app.Version = Version
app.Compiled = time.Now()