chore: update goctl version to 1.6.3 (#3965)

This commit is contained in:
Kevin Wan
2024-03-03 13:36:35 +08:00
committed by GitHub
parent 25821bdee6
commit dd01695d45
4 changed files with 29 additions and 29 deletions

View File

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