set the uuid and version
This commit is contained in:
parent
ceb2d6d5c8
commit
8c06b25fc2
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue