bump 6.3.0

This commit is contained in:
Zack Scholl 2019-11-18 10:43:28 -08:00
parent 497ffb8c2f
commit baf5d6f27f
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-79e5f44"
Version = "v6.3.0-497ffb8"
}
app.Version = Version
app.Compiled = time.Now()