aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/common/syncthing.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/common/syncthing.service.ts')
-rw-r--r--webapp/src/app/common/syncthing.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/app/common/syncthing.service.ts b/webapp/src/app/common/syncthing.service.ts
index 2b4c609..28b19a9 100644
--- a/webapp/src/app/common/syncthing.service.ts
+++ b/webapp/src/app/common/syncthing.service.ts
@@ -29,7 +29,7 @@ export interface ISyncThingStatus {
}
// Private interfaces of Syncthing
-const ISTCONFIG_VERSION = 19;
+const ISTCONFIG_VERSION = 20;
interface ISTFolderDeviceConfiguration {
deviceID: string;