From d0eada1d8526bd9522e647fb40963802fc58e406 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 17 Apr 2021 12:49:11 -0600 Subject: [PATCH] Increment build --- CHANGELOG.md | 2 ++ Resources/Constants.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c526399b5..2f6861bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # OpenCore Legacy Patcher changelog +## 0.1.0 + ## 0.0.23 - Fix MacBookPro4,1 15" and 17" audio support - Fix iMac7,1 24" and iMac9,1 24" audio support diff --git a/Resources/Constants.py b/Resources/Constants.py index b7d7b06b2..b89a898b6 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -9,7 +9,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.0.23" + self.patcher_version = "0.1.0" self.opencore_commit = "c528597 - 2021-04-05" self.opencore_version = "0.6.8" self.lilu_version = "1.5.2"