chore: update goctl version (#1394)

This commit is contained in:
Kevin Wan
2021-12-30 15:30:16 +08:00
committed by GitHub
parent 768936b256
commit b98d46bfd6

View File

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