Skip to content

Commit c0c1907

Browse files
authored
Changed minor version
1 parent cd32560 commit c0c1907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_common.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ message InterfaceVersion
1212
/// The field containing the version number. Should be left on default, not to be modified by sender. Increments will
1313
/// happen as part of changes to the whole interface.
1414
optional uint32 major = 1 [default = 2];
15-
optional uint32 minor = 2 [default = 0];
16-
optional uint32 patch = 3 [default = 1];
15+
optional uint32 minor = 2 [default = 1];
16+
optional uint32 patch = 3 [default = 0];
1717
}
1818

1919
///

0 commit comments

Comments
 (0)