diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 02:51:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 02:51:46 -0600 |
| commit | 8c06b25fc271e0290fb0fe44eebc563ba62a6f67 (patch) | |
| tree | b34dcd0ee480f6f9285fd0425df372e581a6f1b2 | |
| parent | ceb2d6d5c8246c26555bad1681779fb5da37e28f (diff) | |
set the uuid and versionv0.0.51
| -rw-r--r-- | gitTag.proto | 2 | ||||
| -rw-r--r-- | goDep.proto | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gitTag.proto b/gitTag.proto index 378c02d..baae552 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -14,7 +14,7 @@ message GitTag { // `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` repeated GitTag gitTags = 3; } diff --git a/goDep.proto b/goDep.proto index 72d32e7..d17f999 100644 --- a/goDep.proto +++ b/goDep.proto @@ -17,7 +17,7 @@ message GoDep { // `autogenpb:nomutex` } message GoDeps { // `autogenpb:nomutex` - string uuid = 1; // `autogenpb:uuid:` - string version = 2; // `autogenpb:version` + string uuid = 1; // `autogenpb:uuid:7de62c09-b335-4d80-902d-08552c501b7c` + string version = 2; // `autogenpb:version:v0.0.51` repeated GoDep goDeps = 3; // `autogenpb:unique` `autogenpb:sort` } |
