1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

update hash

This commit is contained in:
Zack Scholl 2019-05-03 21:19:39 -06:00
parent bd9c7b5ae9
commit ba96be5024

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