From 3736b37831a139b373ebf69ba84c35f55bbe08ee Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Wed, 18 Feb 2026 07:19:36 +0100 Subject: [PATCH] Add 17.2 version https://www.innersloth.com/announcing-among-us-x-ace-attorney-again/ --- 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 1267d73..eee37c0 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -37,6 +37,7 @@ internal class CompatibilityManager : ICompatibilityManager new GameVersion(2025, 10, 9), // 17.1 (2025-11-18) new GameVersion(2025, 11, 6), // 17.1.1 (2025-12-03, mobile only) new GameVersion(2025, 12, 8), // 17.1.2 (2025-12-11, mobile only) + new GameVersion(2025, 11, 5), // 17.2 (2026-02-18, not a typo, Innersloth went backwards) }, }; -- 2.39.5