diff --git a/ereuse_devicehub/parser/parser.py b/ereuse_devicehub/parser/parser.py index 17b0f9aa..9f293063 100644 --- a/ereuse_devicehub/parser/parser.py +++ b/ereuse_devicehub/parser/parser.py @@ -35,7 +35,7 @@ class ParseSnapshot: "components": self.components, "uuid": snapshot['uuid'], "type": snapshot['type'], - "version": snapshot["version"], + "version": "14.0.0", "endTime": snapshot["timestamp"], "elapsed": 1, "wbid": snapshot["wbid"], @@ -335,7 +335,7 @@ class ParseSnapshotLsHw: "software": "Workbench", "components": self.components, "uuid": snapshot['uuid'], - "version": snapshot["version"], + "version": "14.0.0", "endTime": snapshot["timestamp"], "elapsed": 1, "wbid": snapshot["wbid"],