| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index 1687ea91f485c374b8a4b4de87c390377dd109b9..df302e3f213aea19184afa60b7fb1dd80f5b15cb 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -707,7 +707,7 @@ message DataTypeContext {
|
|
|
| message ClientToServerMessage {
|
| required string share = 1;
|
| - optional int32 protocol_version = 2 [default = 34];
|
| + optional int32 protocol_version = 2 [default = 42];
|
| enum Contents {
|
| COMMIT = 1;
|
| GET_UPDATES = 2;
|
|
|