fix(client): bump protocol version to 17 after server merge

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 21:36:32 +01:00
co-authored by Claude Opus 4.6
parent d170362d1f
commit 93c9d2dcb4
+1 -1
View File
@@ -11,7 +11,7 @@ class_name Protocol
## Protocol version — must match server PROTOCOL_VERSION in bridge/types.rs.
## Reject snapshots where version != this value.
const PROTOCOL_VERSION: int = 16
const PROTOCOL_VERSION: int = 17
# -- Decode: bytes from server → GDScript types --------------------------------