bump 9.5.3

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