diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 799d651abe..c69d8eef63 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.6.0" +const BuildVersion = "1.6.1" var CurrentCommit string