This commit is contained in:
kesonan
2024-01-06 22:45:46 +08:00
committed by GitHub
parent 80aab0b3f8
commit 9a671f6059
3 changed files with 2 additions and 3 deletions

View File

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