Skip to content

Commit

Permalink
bump 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Oct 21, 2020
1 parent b9b22ad commit 77732c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v8.6.0-7a73e49"
Version = "v8.6.0-b9b22ad"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit 77732c4

Please sign in to comment.