From dc70624e6ac0aa14e9d72f24c8cba46073850247 Mon Sep 17 00:00:00 2001 From: Dan Mills Date: Tue, 1 Jul 2008 00:04:47 -0700 Subject: [PATCH] version bump (0.2.0) --- services/sync/modules/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/sync/modules/constants.js b/services/sync/modules/constants.js index c030dc207a15..505c9c72b170 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.34"; +const WEAVE_VERSION = "0.2.0"; const STORAGE_FORMAT_VERSION = 3; const ENGINE_STORAGE_FORMAT_VERSION = 3;