bump 8.0.0

This commit is contained in:
Zack Scholl 2020-03-02 09:04:25 -08:00
parent 0c305fee08
commit 074a869d6e
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.0-788a63c"
Version = "v8.0.0-0c305fe"
}
app.Version = Version
app.Compiled = time.Now()