update goctl version to 1.2.1 (#1042)

master v1.2.1
Kevin Wan 3 years ago committed by GitHub
parent e8376936d5
commit 2bd95aa007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save