18.76. Version
Version information record type.
message Version {
int32 major = 1;
int32 minor = 1;
int32 patch = 1;
string label = 1;
}
18.76.1.1. major
type: int32
Major version number of Clara Deploy SDK’s API, never negative.
18.76.1.2. minor
type: int32
Minor version number of Clara Deploy SDK’s API, never negative.
18.76.1.3. patch
type: int32
Patch version number of Clara Deploy SDK’s API, never negative.
18.76.1.4. label
type: string
Label in version of Clara Deploy SDK’s API implies pre-release or non-official version.