From 7dce26fcdb5f5d83c4594f1143220d2e756699f4 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:20:33 +0800 Subject: [PATCH] chore: bump version to v1.17.0-rc1 --- 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 788c0c9341..96c29a5eca 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.16.2" +const BuildVersion = "1.17.0-rc1" var CurrentCommit string