Skip to content

Commit 65f5572

Browse files
committed
operator: bump version number to 0.28.0
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 7a35dbf commit 65f5572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939

4040
var (
4141
bKeeper = &bookKeeper{}
42-
ImageMinVersion = versionutil.MustParseSemantic("0.27.0")
42+
ImageMinVersion = versionutil.MustParseSemantic("0.28.0")
4343
)
4444

4545
func init() {

0 commit comments

Comments
 (0)