From 112d05468492580920662fe98dfbef71a44eb8a5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 10 Aug 2024 23:18:12 +0200 Subject: update protocol version --- client/multiplayer.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/multiplayer.gd') diff --git a/client/multiplayer.gd b/client/multiplayer.gd index 02cf21e0..7a63059e 100644 --- a/client/multiplayer.gd +++ b/client/multiplayer.gd @@ -57,7 +57,7 @@ signal connection_closed(reason: String) signal show_rating(stars: int, points: int) signal show_book() # TODO: Connect this -const VERSION_MAJOR: int = 2 +const VERSION_MAJOR: int = 3 const VERSION_MINOR: int = 0 var connected := false -- cgit v1.2.3-70-g09d2