From f17611ee13f6facdd8f45fa33e2ee1e61a0d059a Mon Sep 17 00:00:00 2001 From: Tiance <1033935631@qq.com> Date: Fri, 30 Dec 2022 09:21:43 +0800 Subject: [PATCH] chore: bump version to 1.9.0 --- pkg/constants/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 8489eaa7b4..e655e5c95b 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -5,7 +5,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.9.0-rc1" +const BuildVersion = "1.9.0" var CurrentCommit string