Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit b3d1a02

Browse files
committed
update layer version to 3.0 in diff_stix
1 parent bf33b35 commit b3d1a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/diff_stix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def get_layers_dict(self):
487487

488488
# build layer structure
489489
layer_json = {
490-
"version": "2.2",
490+
"version": "3.0",
491491
"name": f"{thedate} {domainToDomainLabel[domain]} Updates",
492492
"description": f"{domainToDomainLabel[domain]} updates for the {thedate} release of ATT&CK",
493493
"domain": domainToLayerFileDomain[domain],

0 commit comments

Comments
 (0)