Increment build

This commit is contained in:
Mykola Grymalyuk
2023-04-16 19:36:44 -06:00
parent eec8f3e797
commit 43cc83edf4
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.6.5
## 0.6.4
- Backend changes:
- Implement new analytics_handler.py module
+1 -1
View File
@@ -12,7 +12,7 @@ from data import os_data
class Constants:
def __init__(self) -> None:
# Patcher Versioning
self.patcher_version: str = "0.6.4" # OpenCore-Legacy-Patcher
self.patcher_version: str = "0.6.5" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version: str = "0.9.3" # PatcherSupportPkg
self.copyright_date: str = "Copyright © 2020-2023 Dortania"