From 0ce85376bfa417d2eb4b0d85b1fef1257cae9666 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Fri, 11 Feb 2022 21:02:50 +0800 Subject: [PATCH] chore: update goctl version to 1.3.2 (#1524) --- 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 734a69a9f..e8b6cc77d 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.3.0-20220201" +const BuildVersion = "1.3.2" var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}