From 572b32729fb64bc549a46fa3859b2e5d118c64e2 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Mon, 18 Jan 2021 16:34:00 +0800 Subject: [PATCH] update goctl version to 1.1.3 (#402) --- 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 dc138f38..2406b3ad 100644 --- a/tools/goctl/goctl.go +++ b/tools/goctl/goctl.go @@ -28,7 +28,7 @@ import ( ) var ( - BuildVersion = "1.1.4" + BuildVersion = "1.1.3" commands = []cli.Command{ { Name: "upgrade",