Skip to content

Commit 67da90e

Browse files
committed
Allow 97.0 clients on the server
1 parent 530eb15 commit 67da90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tptmp/server/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ local config = {
262262
tpt_version_min = { 96, 2 },
263263

264264
-- * Maximum accepted TPT version.
265-
tpt_version_max = { 96, 2 },
265+
tpt_version_max = { 97, 0 },
266266
}
267267
local hhost, hport = config.host:match("^([^:]+):([0-9]+)$")
268268
if hhost then

0 commit comments

Comments
 (0)