Skip to content

Commit

Permalink
sys_patch_dict: Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Jul 20, 2022
1 parent 943071c commit ab2c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sys_patch_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
"Maximum OS Support": {
# 12.5 (XNU 21.6)
"OS Major": os_data.os_data.monterey,
"OS Minor": 6
"OS Minor": 5
},
},
"Install": {
Expand Down

0 comments on commit ab2c714

Please sign in to comment.