From: miniduikboot Date: Thu, 19 Feb 2026 20:34:29 +0000 (+0100) Subject: Add 17.2 hotfix version X-Git-Tag: v1.10.6~5^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=60371d538c4351a831f6f2633003e725bf4b84bd;p=rhonda%2Fimpostor.git Add 17.2 hotfix version --- diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index eee37c0..7f90996 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -37,7 +37,8 @@ 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) + new GameVersion(2025, 11, 5), // 17.2 (2026-02-17, not a typo, Innersloth went backwards) + new GameVersion(2026, 1, 22), // 17.2 (2026-02-19, hotfix) }, };