Skip to content

Commit 8f83705

Browse files
authored
Update version.go (#4204)
1 parent f1ed7bd commit 8f83705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/goctl/internal/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// BuildVersion is the version of goctl.
9-
const BuildVersion = "1.6.5"
9+
const BuildVersion = "1.6.6"
1010

1111
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
1212

0 commit comments

Comments
 (0)