Update goctl version to 1.9.0-alpha (#5090)

This commit is contained in:
kesonan
2025-08-15 20:08:02 +08:00
committed by GitHub
parent 4bdb07f225
commit a5d42e20d5

View File

@@ -6,7 +6,7 @@ import (
)
// BuildVersion is the version of goctl.
const BuildVersion = "1.8.6-alpha"
const BuildVersion = "1.9.0-alpha"
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-beta": 2, "beta": 3, "released": 4, "": 5}