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:45:00 -07:00
parent 31db6a76e5
commit d96c98f4ce

View file

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