summaryrefslogtreecommitdiff
path: root/argv.proto
diff options
context:
space:
mode:
Diffstat (limited to 'argv.proto')
-rw-r--r--argv.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.proto b/argv.proto
index b2c5ede..4fbc7d0 100644
--- a/argv.proto
+++ b/argv.proto
@@ -46,7 +46,7 @@ message Argv { // `autogenpb:marshal
message Argvs { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex`
string uuid = 1; // `autogenpb:uuid:1e6e765c-0c77-4c81-a622-0d819bfcce9a`
- string version = 2; // `autogenpb:version:v0.0.5`
+ string version = 2; // `autogenpb:version:v0.0.6`
repeated Argv argvs = 3;
string filename = 4; // `autogenpb:save` -- this enables autogenerated pb.Load() and pb.Save()
}