Increment build

This commit is contained in:
Mykola Grymalyuk
2021-05-11 18:53:45 -06:00
parent cabb5da981
commit 276883059f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.1.5
## 0.1.4
- Fix Device Path formatting on 2012+ iMacs

View File

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