From 66fe66a8b1fc8c152d8ae3bd7149a798bb841047 Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Mon, 19 Aug 2024 13:01:31 -0400 Subject: [PATCH] chore: update compatible numaflow version (#141) 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 c6d607fc..64c17a12 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -27,7 +27,7 @@ const ( const MapModeKey = "MAP_MODE" // MinimumNumaflowVersion specifies the minimum Numaflow version required by the current SDK version -const MinimumNumaflowVersion = "1.2.0-rc4" +const MinimumNumaflowVersion = "1.3.0-rc1" // ServerInfo is the information about the server type ServerInfo struct {