From 42c74e48903b1e5b4f68b4ba868b51f62e8f87b9 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 12 Mar 2024 11:23:12 -0400 Subject: [PATCH] update development.md Signed-off-by: a3hadi --- development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.md b/development.md index 424d4f15..e769664e 100644 --- a/development.md +++ b/development.md @@ -47,7 +47,7 @@ out information related to the server, which includes the SDK version, which is After a change is merged, even though the images will be using the most up to date SDK version, if the dependency management files are not updated, the logs will print the previous commit SHA as the SDK version. Thus, in order for the correctness of the server information, consistency, and to avoid future confusion, it is recommended -to update the `numaflow-go` dependency version across all the example directories, after a large/breaking change has been made to the SDK. +to update the `numaflow-go` dependency version across all the example directories, after a large/breaking change or new release.