chore: update goctl version (#5205)

This commit is contained in:
Kevin Wan
2025-10-02 22:48:57 +08:00
committed by GitHub
parent ce6d0e3ea7
commit 60128c2100
3 changed files with 13 additions and 13 deletions

View File

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