From d175fb030fb48ba097351891f481c04459b7e346 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Wed, 19 Oct 2022 11:06:29 +0800 Subject: [PATCH] chore: bump version to v1.8.0-rc3 --- 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 ef408ac66f..940fe39530 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.8.0-rc2" +const BuildVersion = "1.8.0-rc3" var CurrentCommit string