Compare commits

...

1 Commits

Author SHA1 Message Date
Kevin Wan
8f83705199 Update version.go (#4204) 2024-06-21 20:09:36 +08:00

View File

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