diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js index 43d7163a2d03..bcc3530eca53 100644 --- a/services/sync/modules/constants.js +++ b/services/sync/modules/constants.js @@ -43,7 +43,7 @@ const EXPORTED_SYMBOLS = ['WEAVE_VERSION', 'STORAGE_FORMAT_VERSION', 'ONE_BYTE', 'ONE_KILOBYTE', 'ONE_MEGABYTE', 'CONNECTION_TIMEOUT', 'KEEP_DELTAS']; -const WEAVE_VERSION = "0.2.6"; +const WEAVE_VERSION = "0.2.7"; const STORAGE_FORMAT_VERSION = 3; const ENGINE_STORAGE_FORMAT_VERSION = 3;