chore: update goctl version to 1.6.4 (#4057)

This commit is contained in:
Kevin Wan
2024-04-09 22:59:33 +08:00
committed by GitHub
parent 3866b5741a
commit 3343fc2cdb
3 changed files with 47 additions and 48 deletions

View File

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