From ae8aba836f83822fda2c3fcb1383393de349c9b9 Mon Sep 17 00:00:00 2001 From: vladmair Date: Mon, 21 Oct 2024 13:47:59 +0800 Subject: [PATCH] bump version to v1.17.0-rc2 --- 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 96c29a5eca..86ef9c4611 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.17.0-rc1" +const BuildVersion = "1.17.0-rc2" var CurrentCommit string