chore: update goctl version to 1.6.0 (#3674)

This commit is contained in:
Kevin Wan
2023-10-27 21:59:35 +08:00
committed by GitHub
parent f8adc71529
commit 9394e59597
4 changed files with 32 additions and 29 deletions

View File

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