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 694dc25 commit 05176e9Copy full SHA for 05176e9
1 file changed
osi_version.proto.in
@@ -33,15 +33,15 @@ message InterfaceVersion
33
{
34
// Major version number.
35
//
36
- optional uint32 version_major = 1 [default = 0];
+ optional uint32 version_major = 1;
37
38
// Minor version number.
39
40
- optional uint32 version_minor = 2 [default = 0];
+ optional uint32 version_minor = 2;
41
42
// Patch version number.
43
44
- optional uint32 version_patch = 3 [default = 0];
+ optional uint32 version_patch = 3;
45
}
46
47
0 commit comments