chore: update goctl version to 1.5.6 (#3593)

This commit is contained in:
Kevin Wan
2023-09-27 22:55:50 +08:00
committed by GitHub
parent 421e6617b1
commit 4878f90546
3 changed files with 29 additions and 29 deletions

View File

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