chore: upgrade goctl version (#4429)

This commit is contained in:
Kevin Wan
2024-10-20 10:38:04 +08:00
committed by GitHub
parent 796dd5b6e2
commit 1a3dc75874
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.2"
const BuildVersion = "1.7.3"
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}