From 9bd56a242666a040bd09b2ebbf6faa4ff473775e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 29 Sep 2025 15:41:02 -0400 Subject: Change version scheme --- proto/human.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/human.proto') 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 { message HumanGlobalMetadata { repeated string special_names = 1; - optional uint64 version = 2; + optional VersionNumber version = 2; } message IdMappings { -- cgit 1.4.1