From 61cbd5c4d80f0f6d94afeb71c74b1f7c45a63110 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Tue, 25 Mar 2025 19:35:53 +0100 Subject: [PATCH] Add new network version --- src/Impostor.Server/Net/Manager/CompatibilityManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 09f1513..3303436 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -21,6 +21,7 @@ internal class CompatibilityManager : ICompatibilityManager new GameVersion(2024, 4, 1), // 2024.8.13 new GameVersion(2024, 4, 2), // 2024.9.4 new GameVersion(2024, 8, 10), // 2024.10.29 + new GameVersion(2024, 8, 11), // 16.0.0 (2025-03-25) }, }; -- 2.39.5