Update gibMacOS.py

This commit is contained in:
CorpNewt
2023-12-06 05:05:51 -06:00
committed by GitHub
parent 3efa81185a
commit ce2ef58bb5
+3 -1
View File
@@ -60,7 +60,9 @@ class gibMacOS:
"mojave" : "10.14",
"catalina" : "10.15",
"big sur" : "11",
"monterey" : "12"
"monterey" : "12",
"ventura" : "13",
"sonoma" : "14"
}
self.current_catalog = self.settings.get("current_catalog","publicrelease")
self.catalog_data = None