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