summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
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; //
}