bump 8.5.3

This commit is contained in:
Zack Scholl 2020-10-21 09:41:08 -07:00
parent b95c2c781b
commit 1967ef57be
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.5.3-ea0e334"
Version = "v8.5.3-b95c2c7"
}
app.Version = Version
app.Compiled = time.Now()