bump 6.3.0

This commit is contained in:
Zack Scholl 2019-11-18 10:23:29 -08:00
parent 79e5f4445b
commit eb22400db0
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 = "v6.3.0-419a766"
Version = "v6.3.0-79e5f44"
}
app.Version = Version
app.Compiled = time.Now()