chore: update goctl version (#5236)

This commit is contained in:
Kevin Wan
2025-10-11 18:01:18 +08:00
committed by GitHub
parent bbe5bbb0c0
commit 3f756a2cbf
3 changed files with 4 additions and 4 deletions

View File

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