We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd32560 commit c0c1907Copy full SHA for c0c1907
osi_common.proto
@@ -12,8 +12,8 @@ message InterfaceVersion
12
/// The field containing the version number. Should be left on default, not to be modified by sender. Increments will
13
/// happen as part of changes to the whole interface.
14
optional uint32 major = 1 [default = 2];
15
- optional uint32 minor = 2 [default = 0];
16
- optional uint32 patch = 3 [default = 1];
+ optional uint32 minor = 2 [default = 1];
+ optional uint32 patch = 3 [default = 0];
17
}
18
19
///
0 commit comments