From 8022d91ffd314550cd7ca126876ae856efe60498 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Tue, 10 Oct 2023 09:33:15 +0200 Subject: [PATCH] Add protocol version comment to the proto --- grpc.proto | 1 + rdf.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/grpc.proto b/grpc.proto index ddc9451..2d3073b 100644 --- a/grpc.proto +++ b/grpc.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package eu.ostrzyciel.jelly.core.proto.v1; // gRPC service specifications for RDF streaming. +// Protocol version: 1.0.0 import "rdf.proto"; diff --git a/rdf.proto b/rdf.proto index 0f7e2d2..776f9dd 100644 --- a/rdf.proto +++ b/rdf.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package eu.ostrzyciel.jelly.core.proto.v1; // Jelly RDF serialization with Protocol Buffers. +// Protocol version: 1.0.0 // RDF IRIs // Either prefix_id or name_id can be zero if the prefix or the suffix are not used.