Skip to content

Commit

Permalink
Move custom exts to version 10k or higher
Browse files Browse the repository at this point in the history
Let's be generous and assume that eventually there could be more than 1000 versions of Jelly... maybe we will find a different use of this version space later.
  • Loading branch information
Ostrzyciel committed Aug 21, 2024
1 parent 27e294b commit 5058fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ message RdfStreamOptions {
LogicalStreamType logical_type = 14;
// Protocol version (required)
// For Jelly 1.0.x value must be 1.
// For custom extensions, the value must be 1000 or higher.
// For custom extensions, the value must be 10000 or higher.
uint32 version = 15;
}

Expand Down

0 comments on commit 5058fe7

Please sign in to comment.