Constants.py: Fix version error

This commit is contained in:
Mykola Grymalyuk
2021-04-05 13:46:46 -06:00
parent f91e7dc10d
commit a5989e88a3
+2 -2
View File
@@ -12,8 +12,8 @@ class Constants:
self.patcher_version = "0.0.20"
self.opencore_commit = "c528597 - 2021-04-05"
self.opencore_version = "0.6.8"
self.lilu_version = "1.5.1"
self.whatevergreen_version = "1.4.8"
self.lilu_version = "1.5.2"
self.whatevergreen_version = "1.4.9"
self.airportbcrmfixup_version = "2.1.2"
self.bcm570_version = "1.0.1"
self.marvel_version = "1.0.0"