update hash

This commit is contained in:
Zack Scholl 2019-05-03 21:19:39 -06:00
parent bd9c7b5ae9
commit ba96be5024
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v6.0.0-cb69e49"
Version = "v6.0.0-bd9c7b5"
}
app.Version = Version
app.Compiled = time.Now()