bump 9.5.3

This commit is contained in:
Zack Scholl 2022-04-07 06:04:46 -07:00
parent ec949888d8
commit 54f52e5427
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 = "v9.5.3-7e817e1"
Version = "v9.5.3-ec94988"
}
app.Version = Version
app.Compiled = time.Now()