From 04c88ab7afa632747768ab950d52783b6fc11fe8 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Mon, 8 Mar 2021 16:44:47 -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 a55a3349b..3a4d8fc62 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.15" + self.patcher_version = "0.0.16" self.opencore_commit = "7bb41aa - 2021-03-06" self.opencore_version = "0.6.8" self.lilu_version = "1.5.1"