Add Sequoia to the version_names dict

This commit is contained in:
CorpNewt 2024-10-26 14:03:32 -05:00 committed by GitHub
parent 721a910834
commit 821a724f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,8 @@ class gibMacOS:
"big sur" : "11",
"monterey" : "12",
"ventura" : "13",
"sonoma" : "14"
"sonoma" : "14",
"sequoia" : "15"
}
self.current_catalog = self.settings.get("current_catalog","publicrelease")
self.catalog_data = None