bump 8.6.2

This commit is contained in:
Zack Scholl 2020-10-21 12:52:53 -07:00
parent 5a791e98af
commit ff45ccd346
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.2-0d767af"
Version = "v8.6.2-5a791e9"
}
app.Version = Version
app.Compiled = time.Now()