From 894e8b121852c6815f752429e10f4d0aa1972659 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Sun, 31 Aug 2025 23:37:00 +0800 Subject: [PATCH] chore: update goctl version (#5138) --- 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 7f9176cad..6d421bd5d 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.9.0-alpha" +const BuildVersion = "1.9.0" var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-beta": 2, "beta": 3, "released": 4, "": 5}