Update gibMacOS.py

This commit is contained in:
CorpNewt 2023-12-06 05:05:51 -06:00 committed by GitHub
parent 3efa81185a
commit ce2ef58bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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