set the uuid and version

This commit is contained in:
Jeff Carr 2025-01-17 02:51:34 -06:00
parent 2398e30048
commit 9e81be86da
1 changed files with 2 additions and 2 deletions

View File

@ -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