Skip to content

Commit a5d42e2

Browse files
authored
Update goctl version to 1.9.0-alpha (#5090)
1 parent 4bdb07f commit a5d42e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/goctl/internal/version/version.go

Lines changed: 1 addition & 1 deletion
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.8.6-alpha"
9+
const BuildVersion = "1.9.0-alpha"
1010

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

0 commit comments

Comments
 (0)