From 03e97e9082c57c32748b7948313888fc48c5a5ff Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Mon, 19 Aug 2024 12:25:49 -0400 Subject: [PATCH] chore: update compatible numaflow version 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 {