syntax = "proto3"; package Tango.PMR.Stubs; option java_package = "com.twine.tango.pmr.stubs"; message StubReadEmbeddedVersionResponse { uint32 VerMajor = 1; uint32 VerMinor = 2; uint32 VerPatch = 3; uint32 VerBuild = 4; string Version = 5; }