bump 9.4.0

This commit is contained in:
Zack Scholl 2021-10-02 10:45:00 -07:00
parent 31db6a76e5
commit d96c98f4ce
1 changed files with 1 additions and 1 deletions

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()