chore: update go-zero to v1.4.1

This commit is contained in:
kevin
2022-09-17 23:07:29 +08:00
parent 0b1884b6bd
commit 9138056c01

View File

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