chore: update goctl version (#4754)

This commit is contained in:
Kevin Wan
2025-04-06 19:09:02 +08:00
committed by GitHub
parent 0eff777b62
commit 6f2730d5ae
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.8.1"
const BuildVersion = "1.8.2"
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}