Skip to content

Commit

Permalink
bump 9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Feb 20, 2023
1 parent 5bdd445 commit 3c1d60d
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 @@ -35,7 +35,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v9.6.3-5b333fc"
Version = "v9.6.3-5bdd445"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit 3c1d60d

Please sign in to comment.