From f7f3730e1a1757745d8ad716de03745e65a2ffa1 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Wed, 4 Aug 2021 19:29:40 +0800 Subject: [PATCH] update goctl version to 1.1.10 (#874) --- tools/goctl/goctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/goctl.go b/tools/goctl/goctl.go index 48ea1ccf..108ccd7c 100644 --- a/tools/goctl/goctl.go +++ b/tools/goctl/goctl.go @@ -32,7 +32,7 @@ import ( ) var ( - buildVersion = "1.2.0" + buildVersion = "1.1.10" commands = []cli.Command{ { Name: "upgrade",