From f459f1b5ff14b16615a578740dc1a332750547c0 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sat, 7 Jun 2025 21:01:35 +0800 Subject: [PATCH] chore: update goctl version (#4929) --- 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 9dd7dd872..2a58b6e8b 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.8.4-beta" +const BuildVersion = "1.8.4" var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}