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 {