Skip to content

Commit 5cb2e91

Browse files
committed
Updated maximum supported build to latest: 109739
1 parent 3fbed4b commit 5cb2e91

File tree

6 files changed

+23580
-2
lines changed

6 files changed

+23580
-2
lines changed

src/backend/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
]
130130

131131
# Used to update the current patch hotkey files
132-
CURRENT_VERSION = 107882
132+
CURRENT_VERSION = 109739
133133

134134

135135
LOGGING = {

src/frontend/src/Info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const Info = () => {
66
<h3>Requirements</h3>
77
<ul style={{fontSize: "12.5pt"}}>
88
<li><b>83607</b> (May 15, 2023) is the oldest supported version.</li>
9-
<li><b>107882</b> is the latest supported version.</li>
9+
<li><b>109739</b> is the latest supported version.</li>
1010
<li>A minimum window width of <b>1200 pixels</b>.</li>
1111
</ul>
1212
</section>

src/hotkeys/hkp/new_hotkey_file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
# Filesizes by path (Base/Profile)
2424
# 107882: 2796/2336
25+
# 109739: 2796/2336
2526

2627

2728
class HotkeyFile:
848 Bytes
Binary file not shown.
793 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)