diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 02:51:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 02:51:34 -0600 |
| commit | 9e81be86dae1b6bf808bb087d50e464d35e9c7dd (patch) | |
| tree | 928384b8ba370342797ba8f65df57536bf6b14ee | |
| parent | 2398e30048da965f127fccbf4955a5f14b762637 (diff) | |
set the uuid and versionv0.0.48
| -rw-r--r-- | forgeConfig.proto | 4 |
1 files 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 |
