From a7cb11b3f3753237fef0de6c96ef7c3c11c0c8f5 Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Thu, 7 Nov 2024 18:12:02 -0500 Subject: [PATCH] . Signed-off-by: Keran Yang --- pkg/info/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/info/types.go b/pkg/info/types.go index 042e3b8f..03305c36 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -51,7 +51,7 @@ var MinimumNumaflowVersion = map[ContainerType]string{ Reducestreamer: "1.3.1-z", Reducer: "1.3.1-z", Sessionreducer: "1.3.1-z", - Sideinput: "1.4.0-z", + Sideinput: "1.3.1-z", Fbsinker: "1.4.0-z", }