| Index: sync/protocol/sync.proto
|
| diff --git a/sync/protocol/sync.proto b/sync/protocol/sync.proto
|
| index 4d6cf6324188bda00612b65562c8d8c91c8e1554..fe9637d2526b2e55b2f9a6ee9da4edc77fc24957 100644
|
| --- a/sync/protocol/sync.proto
|
| +++ b/sync/protocol/sync.proto
|
| @@ -714,7 +714,7 @@ message DataTypeContext {
|
|
|
| message ClientToServerMessage {
|
| required string share = 1;
|
| - optional int32 protocol_version = 2 [default = 43];
|
| + optional int32 protocol_version = 2 [default = 45];
|
| enum Contents {
|
| COMMIT = 1;
|
| GET_UPDATES = 2;
|
|
|