set the uuid and version

This commit is contained in:
Jeff Carr 2025-01-17 02:51:46 -06:00
parent ceb2d6d5c8
commit 8c06b25fc2
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ message GitTag { // `autogenpb:nomutex`
} }
message GitTags { // `autogenpb:marshal` `autogenpb:nomutex` message GitTags { // `autogenpb:marshal` `autogenpb:nomutex`
string uuid = 1; // `autogenpb:uuid` string uuid = 1; // `autogenpb:uuid:ffdff813-0316-4372-9e82-4c1c7d202526`
string version = 2; // `autogenpb:version:v0.0.47` string version = 2; // `autogenpb:version:v0.0.47`
repeated GitTag gitTags = 3; repeated GitTag gitTags = 3;
} }

View File

@ -17,7 +17,7 @@ message GoDep { // `autogenpb:nomutex`
} }
message GoDeps { // `autogenpb:nomutex` message GoDeps { // `autogenpb:nomutex`
string uuid = 1; // `autogenpb:uuid:` string uuid = 1; // `autogenpb:uuid:7de62c09-b335-4d80-902d-08552c501b7c`
string version = 2; // `autogenpb:version` string version = 2; // `autogenpb:version:v0.0.51`
repeated GoDep goDeps = 3; // `autogenpb:unique` `autogenpb:sort` repeated GoDep goDeps = 3; // `autogenpb:unique` `autogenpb:sort`
} }