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

bump 6.3.0

This commit is contained in:
Zack Scholl 2019-11-18 10:43:28 -08:00
parent 497ffb8c2f
commit baf5d6f27f

View file

@ -32,7 +32,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v6.3.0-79e5f44"
Version = "v6.3.0-497ffb8"
}
app.Version = Version
app.Compiled = time.Now()