From 05eb6e846e746941ccafc852ac3a242d02e33a42 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 12 Feb 2025 12:38:48 -0500 Subject: [PATCH] fix: update version to match with the release --- 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 f47a13aa4023..64dbdaf16372 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.7.6" +const BuildVersion = "1.7.7" var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}