Skip to content

Commit

Permalink
bump 9.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 6, 2023
1 parent 57557b8 commit 800a879
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 166 deletions.
40 changes: 0 additions & 40 deletions go.mod

This file was deleted.

125 changes: 0 additions & 125 deletions go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion src/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v9.6.5-9c82914"
Version = "v9.6.5-57557b8"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit 800a879

Please sign in to comment.