From 2bd95aa007167abb3dedf85b3b7af93cab237466 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 14 Sep 2021 08:32:56 +0800 Subject: [PATCH] update goctl version to 1.2.1 (#1042) --- tools/goctl/internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/internal/version/version.go b/tools/goctl/internal/version/version.go index 20a32e24700a..d89c4a4b10e7 100644 --- a/tools/goctl/internal/version/version.go +++ b/tools/goctl/internal/version/version.go @@ -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 {