Update version.go (#4204)

This commit is contained in:
Kevin Wan
2024-06-21 20:09:36 +08:00
committed by GitHub
parent f1ed7bd75d
commit 8f83705199

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}