From c1e1ea86f6ba5e5b6985c5d4d2c70ddf892dfffb Mon Sep 17 00:00:00 2001 From: Keran Yang Date: Wed, 17 Apr 2024 23:01:40 -0400 Subject: [PATCH] chore: update MinimumNumaflowVersion (#121) 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 2711e498..4bdf541c 100644 --- a/pkg/info/types.go +++ b/pkg/info/types.go @@ -16,7 +16,7 @@ const ( ) // MinimumNumaflowVersion specifies the minimum Numaflow version required by the current SDK version -const MinimumNumaflowVersion = "1.2.0-0" +const MinimumNumaflowVersion = "1.2.0-rc4" // ServerInfo is the information about the server type ServerInfo struct {