From aaa15bc55b7ce9b5d3596fd48ff877c7fc4ebc6c Mon Sep 17 00:00:00 2001 From: Tuomas Katila Date: Tue, 10 Oct 2023 14:52:31 +0300 Subject: [PATCH] operator: bump version number to 0.28.0 Signed-off-by: Tuomas Katila --- pkg/controllers/reconciler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controllers/reconciler.go b/pkg/controllers/reconciler.go index 4a3d41c3..42024115 100644 --- a/pkg/controllers/reconciler.go +++ b/pkg/controllers/reconciler.go @@ -39,7 +39,7 @@ import ( var ( bKeeper = &bookKeeper{} - ImageMinVersion = versionutil.MustParseSemantic("0.27.0") + ImageMinVersion = versionutil.MustParseSemantic("0.28.0") ) func init() {