summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-02 09:40:01 -0600
committerJeff Carr <[email protected]>2025-11-02 09:40:01 -0600
commit6475144cd37db9ece2a8df6477df820f642c9907 (patch)
treec2c9bbbd7451e58a28ae15335b3d912e474b5256 /repo.proto
parent7190028798229ba7a2bbfe549ccde2749e87edd8 (diff)
more protobuf changes
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index 9381f9a..be8088c 100644
--- a/repo.proto
+++ b/repo.proto
@@ -74,7 +74,7 @@ message Repo { // `autogenpb
message Repos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:gui` `autogenpb:nomutex` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:8daaeba1-fb1f-4762-ae6e-95a55d352673`
- string version = 2; // `autogenpb:version:v5`
+ string version = 2; // `autogenpb:version:v6`
repeated Repo repos = 3; // `autogenpb:append` // generate AppendUnique() function for this
bool hasFullScan = 4; // a full repo scan has been saved to disk
google.protobuf.Timestamp fullScan = 5; // mtime of the last full scan saved to disk