Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete version. Add v251 version to backend
Browse files Browse the repository at this point in the history
b-matteo committed Jun 5, 2024
1 parent 0fd229e commit 29ee23e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansys/api/dbu/v0/dbuapi.proto
Original file line number Diff line number Diff line change
@@ -31,10 +31,11 @@ message SetVersionResponse{

enum ApiVersion {
INVALID = 0;
V_21 = 21; //DEPRECATED in v251
V_22 = 22;
V_21 = 21; //OBSOLETE
V_22 = 22; //OBSOLETE
V_231 = 231;
V_232 = 232;
V_241 = 241;
V_242 = 242;
V_251 = 251;
}

0 comments on commit 29ee23e

Please sign in to comment.