Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proto/version.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ syntax = "proto3";
package typedb.protocol;

enum Version {
reserved 1, 2, 3, 4, 5, 6; // add past version numbers into the reserved range
reserved 1, 2, 3, 4, 5, 6, 7; // add past version numbers into the reserved range
UNSPECIFIED = 0;
VERSION = 7;
VERSION = 8;
}