diff --git a/Kit/plugins/SystemKit.swift b/Kit/plugins/SystemKit.swift index 1e3d8419..a4ab2eef 100644 --- a/Kit/plugins/SystemKit.swift +++ b/Kit/plugins/SystemKit.swift @@ -647,5 +647,6 @@ let osDict: [String: String] = [ "10.15": "Catalina", "11": "Big Sur", "12": "Monterey", - "13": "Ventura" + "13": "Ventura", + "14": "Sonoma" ]