chore: update goctl version (#5138)

This commit is contained in:
Kevin Wan
2025-08-31 23:37:00 +08:00
committed by GitHub
parent 2ec7e432dd
commit 894e8b1218

View File

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