bump 8.6.4

This commit is contained in:
Zack Scholl 2020-10-22 10:17:58 -07:00
parent 9bb2d2b7cc
commit cbb728b9a2
1 changed files with 1 additions and 1 deletions

View File

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