From 13d1110b7a4b61fcdc49a0c7e630d80a6899c82e Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:43:09 -0700 Subject: [PATCH] Increment build --- Resources/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Constants.py b/Resources/Constants.py index 2583b505b..36d670e24 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -8,7 +8,7 @@ from pathlib import Path class Constants: def __init__(self): - self.patcher_version = "0.0.16" + self.patcher_version = "0.0.17" self.opencore_commit = "7bb41aa - 2021-03-06" self.opencore_version = "0.6.8" self.lilu_version = "1.5.1"