From ca9af4a5c4603df5fa894b38570df5d9574deafa Mon Sep 17 00:00:00 2001 From: Smartek <70715469+smartekIT@users.noreply.github.com> Date: Sun, 26 Jun 2022 14:56:21 +1000 Subject: [PATCH] Update meshcentral-config-schema.json --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index dc736155..46060972 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -555,7 +555,7 @@ "legalCopyright": { "type": "string", "description": "Executable legal copyright." }, "originalFilename": { "type": "string", "description": "Executable original file name." }, "productName": { "type": "string", "description": "Executable product name." }, - "productCersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." } + "productVersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." } } }, "assistantCustomization": {