From 60371d538c4351a831f6f2633003e725bf4b84bd Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Thu, 19 Feb 2026 21:34:29 +0100 Subject: [PATCH] Add 17.2 hotfix version --- src/Impostor.Server/Net/Manager/CompatibilityManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) }, }; -- 2.39.5