Skip to content

Commit

Permalink
Revert "update sdk version"
Browse files Browse the repository at this point in the history
This reverts commit 4e7d2e2.
  • Loading branch information
dgoel-px committed Feb 27, 2024
1 parent 4e7d2e2 commit 431375b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Releases

### v0.176.0 - (02/15/2024)

* Add new mode for rebalance request

### v0.175.0 - (12/15/2023)

* Add defrag status data structure
Expand Down
8 changes: 4 additions & 4 deletions api/api.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5661,7 +5661,7 @@ message SdkVersion {
// SDK version major value of this specification
Major = 0;
// SDK version minor value of this specification
Minor = 176;
Minor = 175;
// SDK version patch value of this specification
Patch = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion api/server/sdk/api/api.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 431375b

Please sign in to comment.