bump 6.3.0

This commit is contained in:
Zack Scholl 2019-11-18 10:21:13 -08:00
parent 419a766c6f
commit 0f15698970
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-2f2e19a"
Version = "v6.3.0-419a766"
}
app.Version = Version
app.Compiled = time.Now()