Chore/goctl version (#1962)

* chore: update version to v1.3.7

* docs: update migrate versions

* chore: remove debug prints

* chore: remove debug prints
This commit is contained in:
Kevin Wan
2022-06-03 20:46:21 +08:00
committed by GitHub
parent 46078e716d
commit 7868bdf660
5 changed files with 3 additions and 8 deletions

View File

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