Skip to content

Commit c749285

Browse files
committed
bump version to 3.0.2
1 parent b369192 commit c749285

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

oclp_r/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
import getpass
1313
class Constants:
1414
def __init__(self) -> None:
15-
self.language_key: list = ["简体中文","English"]
15+
self.language_key: list = ["简体中文","English"]
1616

17-
self.language_option: str = "English" #en:English zh:中文
17+
self.language_option: str = "English"
1818
#API Link
1919
self.kdk_api_link: str = ""
2020
self.metallib_api_link: str = ""
2121

2222
# Patcher Versioning
23-
self.patcher_version: str = "3.0.1" # OCLP-R
23+
self.patcher_version: str = "3.0.2" # OCLP-R
2424
self.patcher_support_pkg_version: str = "1.11.0" # PatcherSupportPkg
2525
self.copyright_date: str = "Copyright © 2020-2026 Dortania and Hackdoc"
2626
self.patcher_name: str = "OCLP-R"

0 commit comments

Comments
 (0)