0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

bump 9.5.3

This commit is contained in:
Zack Scholl 2022-04-07 06:05:16 -07:00
parent 54f52e5427
commit fd99a405fd

View file

@ -33,7 +33,7 @@ func Run() (err error) {
app := cli.NewApp() app := cli.NewApp()
app.Name = "croc" app.Name = "croc"
if Version == "" { if Version == "" {
Version = "v9.5.3-ec94988" Version = "v9.5.3-54f52e5"
} }
app.Version = Version app.Version = Version
app.Compiled = time.Now() app.Compiled = time.Now()