mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Missing update for the current_version variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user