From 9e81be86dae1b6bf808bb087d50e464d35e9c7dd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 02:51:34 -0600 Subject: [PATCH] set the uuid and version --- forgeConfig.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forgeConfig.proto b/forgeConfig.proto index ad1f32c..c9f228d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -35,8 +35,8 @@ message ForgeConfig { // `autogenpb:nomutex` } message ForgeConfigs { // `autogenpb:marshal` `autogenpb:nomutex` - string uuid = 1; // could be useful for /usr/share/file/magic someday? - string version = 2; // could be used for protobuf schema change violations? + string uuid = 1; // `autogenpb:uuid:1941cd4f-1cfd-4bf6-aa75-c2c391907e81` + string version = 2; // `autogenpb:version:v0.0.47` repeated ForgeConfig ForgeConfigs = 3; string username = 4; // what to use for the user branch (default ENV{USER}) string xterm = 14; // what xterm the user wants as the default