diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js index 6af0917d1602..50f4054c8427 100644 --- a/services/sync/modules/constants.js +++ b/services/sync/modules/constants.js @@ -42,7 +42,7 @@ const EXPORTED_SYMBOLS = ['WEAVE_VERSION', 'STORAGE_FORMAT_VERSION', 'PERMS_FILE', 'PERMS_PASSFILE', 'PERMS_DIRECTORY', 'ONE_BYTE', 'ONE_KILOBYTE', 'ONE_MEGABYTE']; -const WEAVE_VERSION = "0.1.27"; +const WEAVE_VERSION = "0.1.28"; const STORAGE_FORMAT_VERSION = 2; const ENGINE_STORAGE_FORMAT_VERSION = 2;