From: miniduikboot Date: Wed, 18 Feb 2026 06:19:36 +0000 (+0100) Subject: Add 17.2 version X-Git-Tag: v1.10.6~6^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=3736b37831a139b373ebf69ba84c35f55bbe08ee;p=rhonda%2Fimpostor.git Add 17.2 version https://www.innersloth.com/announcing-among-us-x-ace-attorney-again/ --- 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) }, };