Skip to content

Commit 1a871fd

Browse files
committed
1 parent c2f773a commit 1a871fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# OpenCore Legacy Patcher changelog
22

3-
## 2.4.0
3+
## 2.3.1
4+
- Resolve error on OpenCore Vaulted configs
5+
- Regression from 2.3.0
46

57

68
## 2.3.0

opencore_legacy_patcher/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class Constants:
1414
def __init__(self) -> None:
1515
# Patcher Versioning
16-
self.patcher_version: str = "2.4.0" # OpenCore-Legacy-Patcher
16+
self.patcher_version: str = "2.3.1" # OpenCore-Legacy-Patcher
1717
self.patcher_support_pkg_version: str = "1.9.2" # PatcherSupportPkg
1818
self.copyright_date: str = "Copyright © 2020-2025 Dortania"
1919
self.patcher_name: str = "OpenCore Legacy Patcher"

0 commit comments

Comments
 (0)