bump 6.2.4

This commit is contained in:
Zack Scholl 2019-11-18 07:42:09 -08:00
parent 6a036d68f6
commit fe8dad42f7
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.2.4-63ccb14"
Version = "v6.2.4-6a036d6"
}
app.Version = Version
app.Compiled = time.Now()