update goctl version to 1.2.1 (#1042)

This commit is contained in:
Kevin Wan
2021-09-14 08:32:56 +08:00
committed by GitHub
parent e8376936d5
commit 2bd95aa007

View File

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