From 76a882721bcdbf07f2f78bc4d4ebee82f1613d43 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Wed, 10 Apr 2024 17:49:22 -0400 Subject: [PATCH] update releases.md Signed-off-by: a3hadi --- releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases.md b/releases.md index 7c3b90be..d7f33d25 100644 --- a/releases.md +++ b/releases.md @@ -20,5 +20,5 @@ After running the above, create a PR for the changes that the script made. Once As a result, the correct SDK version will always be printed in the server information logs, and the example images will always be using the latest changes (due to the local references). -If the newly released version has backwards incompatible changes, i.e. it does not support older versions of the Numaflow platform, -you must update the `MinimumNumaflowVersion` constant in the `pkg/info/types.go` file to the new minimum Numaflow version that is supported. \ No newline at end of file +If the released version has backwards incompatible changes, i.e. it does not support older versions of the Numaflow platform, +you must update the `MinimumNumaflowVersion` constant in the `pkg/info/types.go` file to the minimum Numaflow version that is supported by your new SDK version. \ No newline at end of file