about summary refs log tree commit diff stats
path: root/proto/human.proto
diff options
context:
space:
mode:
Diffstat (limited to 'proto/human.proto')
-rw-r--r--proto/human.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/human.proto b/proto/human.proto index cd05191..99c1fd7 100644 --- a/proto/human.proto +++ b/proto/human.proto
@@ -237,7 +237,7 @@ message HumanDoorGroups {
237 237
238message HumanGlobalMetadata { 238message HumanGlobalMetadata {
239 repeated string special_names = 1; 239 repeated string special_names = 1;
240 optional uint64 version = 2; 240 optional VersionNumber version = 2;
241} 241}
242 242
243message IdMappings { 243message IdMappings {