From 26de857a6c17750792542007454eaec2c65071b9 Mon Sep 17 00:00:00 2001 From: a3hadi Date: Tue, 12 Mar 2024 11:22:26 -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 5e594072..424d4f15 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 change has been made to the SDK. +to update the `numaflow-go` dependency version across all the example directories, after a large/breaking change has been made to the SDK.