update goctl version to 1.2.2 (#1125)

This commit is contained in:
Kevin Wan
2021-10-12 14:00:35 +08:00
committed by GitHub
parent 40dc21e4cf
commit 426b09c356
2 changed files with 1 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import (
)
// BuildVersion is the version of goctl.
const BuildVersion = "1.2.2-beta"
const BuildVersion = "1.2.2"
// GetGoctlVersion returns BuildVersion
func GetGoctlVersion() string {