Skip to content

Commit

Permalink
chore: update compatible numaflow version (#141)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang authored Aug 19, 2024
1 parent f468e09 commit 66fe66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/info/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 66fe66a

Please sign in to comment.