diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 05:16:25 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 05:34:26 -0600 |
| commit | b963653bb6ef25aaf19c5322b7b10c108ed8057a (patch) | |
| tree | 9b89d8cae36c648f39508b0fc9cd60dbb76fe9f7 | |
| parent | cefb5b161eb688c9b6bdfc2964fd1e38a9bf570a (diff) | |
bool for triggering upgradesv0.0.42
| -rw-r--r-- | machine.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machine.proto b/machine.proto index f356f77..8594c7a 100644 --- a/machine.proto +++ b/machine.proto @@ -19,7 +19,7 @@ message Machine { // `autogenpb:marshal` Packages wit = 9; // packages that are available from mirrors.wit.com string userAgent = 10; string uuid = 11; - // func(string) blah = 12; + bool upgrade = 12; // upgrade is needed } message Machines { // `autogenpb:marshal` `autogenpb:gui` |
