We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdb07f commit a5d42e2Copy full SHA for a5d42e2
tools/goctl/internal/version/version.go
@@ -6,7 +6,7 @@ import (
6
)
7
8
// BuildVersion is the version of goctl.
9
-const BuildVersion = "1.8.6-alpha"
+const BuildVersion = "1.9.0-alpha"
10
11
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-beta": 2, "beta": 3, "released": 4, "": 5}
12
0 commit comments