Skip to content

Commit

Permalink
bump 8.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Apr 9, 2020
1 parent e56e652 commit a3e81e1
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 @@ -32,7 +32,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v8.0.7-f6ea724"
Version = "v8.0.7-e56e652"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit a3e81e1

Please sign in to comment.