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