diff --git a/src/app/config-handler.ts b/src/app/config-handler.ts index 1be3d17b2..645088dd8 100644 --- a/src/app/config-handler.ts +++ b/src/app/config-handler.ts @@ -612,7 +612,6 @@ class Config { ); const { url, ...rest } = this.globalConfig as IConfig; await this.updateUserConfig({ - configVersion: app.getVersion().toString(), buildNumber, ...rest, } as IConfig);