From aeceb3cfbed54e77bdfea40cad2caf217678d05a Mon Sep 17 00:00:00 2001 From: kesonan Date: Sun, 27 Apr 2025 23:53:49 +0800 Subject: [PATCH] Update goctl version to 1.8.3-beta (#4812) --- 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 09fab1581..03a335538 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.3" +const BuildVersion = "1.8.3-beta" var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}