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