chore: upgrade go-zero version in goctl (#4674)

This commit is contained in:
Kevin Wan
2025-03-01 21:23:23 +08:00
committed by GitHub
parent 3315e60272
commit 68d1aba377
3 changed files with 34 additions and 34 deletions

View File

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