Update meshcentral-config-schema.json
Smartek committed
Jun 26, 2022 at 14:56 UTC
ca9af4a5c4603df5fa894b38570df5d9574deafa
1 file changed
+1
-1
meshcentral-config-schema.json
+1
-1
@@ -555,7 +555,7 @@
555
"legalCopyright": { "type": "string", "description": "Executable legal copyright." },
556
"originalFilename": { "type": "string", "description": "Executable original file name." },
557
"productName": { "type": "string", "description": "Executable product name." },
558
- "productCersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." }
558
+ "productVersion": { "type": "string", "description": "Executable product version, generally in the form of 1.2.3.4." }
559
}
560
},
561
"assistantCustomization": {