diff options
| author | Jeff Carr <[email protected]> | 2025-01-19 03:19:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-19 03:19:06 -0600 |
| commit | 90e20c4ff0da0488b602c4079368cf2aafc7ad05 (patch) | |
| tree | 0a97bfb00748312a1c6f95999b485490f478205b /repo.proto | |
| parent | b0595d6a1d7747bfe10b18be7d2c93c8f120f678 (diff) | |
protobuf version checking worksv0.0.59
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ message Repo { // `autogenpb:marshal` `autogenpb:nomutex` message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673` - string version = 2; // `autogenpb:version:2` + string version = 2; // `autogenpb:version:v3` repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this } |
