bump 8.0.1

This commit is contained in:
Zack Scholl 2020-03-02 09:42:34 -08:00
parent 2d6206b84f
commit eddf361893
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v8.0.1-074a869"
Version = "v8.0.1-2d6206b"
}
app.Version = Version
app.Compiled = time.Now()