set the uuid and version
This commit is contained in:
parent
2398e30048
commit
9e81be86da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue