From 127fecb4b2e125b66cd9e9c837838cf99f01a455 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 717852a2..bdb128d9 100644 --- a/development.md +++ b/development.md @@ -47,4 +47,4 @@ 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 or new release. +to update the `numaflow-go` dependency version across all the example directories, after a large/breaking change or new release.