Skip to content

Commit d2d44ef

Browse files
committed
fix version printing
1 parent 5c4db82 commit d2d44ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Run() (err error) {
3636
app := cli.NewApp()
3737
app.Name = "croc"
3838
if Version == "" {
39-
Version = "v10.1.0"
39+
Version = "v10.1.2"
4040
}
4141
app.Version = Version
4242
app.Compiled = time.Now()

0 commit comments

Comments
 (0)