summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-19 00:35:30 -0600
committerJeff Carr <[email protected]>2025-01-19 00:35:30 -0600
commitace99c8aa8ad8b95aa13d7716d8d61f38a18acdf (patch)
treee0ba7fff195982a711cf3d1cf4b20f22d8cf828b /file.proto
parentda03400035434ae9b055cb0842a3cac557d70b32 (diff)
add --identify
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.proto b/file.proto
index fb42046..b181ded 100644
--- a/file.proto
+++ b/file.proto
@@ -98,5 +98,5 @@ message Files { // `autogenpb:marshal`
// then dump the uuid and version from any arbitrary .pb file
message Identify { // `autogenpb:marshal`
string uuid = 1; //
- int64 version = 2; //
+ string version = 2; //
}