Add SDKs support.
[src/xds/xds-server.git] / webapp / src / app / common / syncthing.service.ts
index 2b4c609..28b19a9 100644 (file)
@@ -29,7 +29,7 @@ export interface ISyncThingStatus {
 }
 
 // Private interfaces of Syncthing
-const ISTCONFIG_VERSION = 19;
+const ISTCONFIG_VERSION = 20;
 
 interface ISTFolderDeviceConfiguration {
     deviceID: string;