We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ed7bd commit 8f83705Copy full SHA for 8f83705
tools/goctl/internal/version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
// BuildVersion is the version of goctl.
9
-const BuildVersion = "1.6.5"
+const BuildVersion = "1.6.6"
10
11
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
12
0 commit comments