Skip to content

Commit

Permalink
modify development.md
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 12, 2024
1 parent 06bca38 commit c8af48c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ avoid flooding the commit history with dependency updates.

Updating the version may not seem necessary since we are using local references. However, the client prints
out information related to the server, which includes the SDK version, which is retrieved from the `go.mod` file.
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.
After new release/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 version as the current 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.

0 comments on commit c8af48c

Please sign in to comment.