chore: update goctl version (#5002)

This commit is contained in:
Kevin Wan
2025-07-13 11:18:51 +08:00
committed by GitHub
parent 8cf4f95bd7
commit 12e03c8843
4 changed files with 8 additions and 8 deletions

View File

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