chore: update goctl version (#4353)

This commit is contained in:
Kevin Wan
2024-09-03 09:22:04 +08:00
committed by GitHub
parent 077b6072fa
commit 656222b572
3 changed files with 4 additions and 4 deletions

View File

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