operator: bump version number to 0.28.0

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
Tuomas Katila 2023-10-10 14:52:31 +03:00
parent 0164bf340c
commit aaa15bc55b

View File

@ -39,7 +39,7 @@ import (
var ( var (
bKeeper = &bookKeeper{} bKeeper = &bookKeeper{}
ImageMinVersion = versionutil.MustParseSemantic("0.27.0") ImageMinVersion = versionutil.MustParseSemantic("0.28.0")
) )
func init() { func init() {