Skip to content

Commit

Permalink
bump 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Nov 19, 2019
1 parent fb35da4 commit e84e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.go
Expand Up @@ -32,7 +32,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v6.4.2-cbc55a8"
Version = "v6.4.2-fb35da4"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit e84e89b

Please sign in to comment.