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

bump 9.4.0

This commit is contained in:
Zack Scholl 2021-10-02 10:44:48 -07:00
parent a996f3c4f4
commit 31db6a76e5

View file

@ -34,7 +34,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v9.4.0-4334c87"
Version = "v9.4.0-a996f3c"
}
app.Version = Version
app.Compiled = time.Now()