summaryrefslogtreecommitdiffstats
path: root/sync/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'sync/protocol')
-rw-r--r--sync/protocol/sync.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
index 1e9b66a..2768242 100644
--- a/sync/protocol/sync.proto
+++ b/sync/protocol/sync.proto
@@ -692,7 +692,7 @@ message DataTypeContext {
message ClientToServerMessage {
required string share = 1;
- optional int32 protocol_version = 2 [default = 32];
+ optional int32 protocol_version = 2 [default = 33];
enum Contents {
COMMIT = 1;
GET_UPDATES = 2;