Skip to content

Commit

Permalink
chore: update MinimumNumaflowVersion (#121)
Browse files Browse the repository at this point in the history
Signed-off-by: Keran Yang <[email protected]>
  • Loading branch information
KeranYang authored Apr 18, 2024
1 parent 9747b4d commit c1e1ea8
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 @@ -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 {
Expand Down

0 comments on commit c1e1ea8

Please sign in to comment.