Skip to content

Commit

Permalink
fix version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Dec 7, 2024
1 parent 5c4db82 commit d2d44ef
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 @@ -36,7 +36,7 @@ func Run() (err error) {
app := cli.NewApp()
app.Name = "croc"
if Version == "" {
Version = "v10.1.0"
Version = "v10.1.2"
}
app.Version = Version
app.Compiled = time.Now()
Expand Down

0 comments on commit d2d44ef

Please sign in to comment.