diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 86ef9c4611..d0496f9c3b 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-rc2" +const BuildVersion = "1.17.0" var CurrentCommit string