summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 06:41:57 -0500
committerJeff Carr <[email protected]>2025-10-09 06:44:16 -0500
commit8e39e4964805650a3b27f284eaf2ad5f97a5351b (patch)
tree1b111ddc481221724e5213b40af0c2575243e9ac
parentba18b532de1b19d634b7a275f14c9d846bcc0121 (diff)
up .proto version
-rw-r--r--package.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.proto b/package.proto
index 7470c8d..05a77c7 100644
--- a/package.proto
+++ b/package.proto
@@ -35,7 +35,7 @@ message Package {
message Packages { // `autogenpb:marshal` `autogenpb:gui` `autogenpb:http`
string uuid = 1; // `autogenpb:uuid:2f26cc03-ea30-4481-a333-ad0acc86e1d3`
- string version = 2; // `autogenpb:version:v0.0.1`
+ string version = 2; // `autogenpb:version:v0.0.2`
repeated Package packages = 3;
string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}