Fix versioning

This commit is contained in:
Mykola Grymalyuk
2021-05-11 18:26:29 -06:00
parent f8afde61fe
commit cabb5da981

View File

@@ -9,7 +9,7 @@ from pathlib import Path
class Constants:
def __init__(self):
self.patcher_version = "0.1.3"
self.patcher_version = "0.1.4"
self.opencore_commit = "65cc81b - 05-03-2021"
self.opencore_version = "0.6.9"
self.lilu_version = "1.5.3"