Skip to content

Commit 77732c4

Browse files
committed
bump 8.6.0
1 parent b9b22ad commit 77732c4

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
@@ -33,7 +33,7 @@ func Run() (err error) {
3333
app := cli.NewApp()
3434
app.Name = "croc"
3535
if Version == "" {
36-
Version = "v8.6.0-7a73e49"
36+
Version = "v8.6.0-b9b22ad"
3737
}
3838
app.Version = Version
3939
app.Compiled = time.Now()

0 commit comments

Comments
 (0)