From 1307385e68583acc1a0ece4e57985c557c1ad70e Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Sat, 27 Jul 2024 18:31:37 +0700 Subject: [PATCH] Missing update for the current_version variable --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index f347a73..94b0362 100755 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -13,7 +13,7 @@ class OCPE: self.c = compatibility_checker.CompatibilityChecker() self.b = efi_builder.builder() self.u = utils.Utils() - self.current_version = "0.0.1" + self.current_version = "0.0.2" self.hardware = None self.compatibility = None self.macos_version = None