chore: update goctl version (#5431)

This commit is contained in:
Kevin Wan
2026-02-15 20:25:43 +08:00
committed by GitHub
parent 70728ce2e2
commit 7e96317fad

View File

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