From d7601e8057ee23a1ebc692e92c8001621a8480b8 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Thu, 11 Dec 2025 22:20:17 +0100 Subject: [PATCH] Add another mobile-only hotfix From their Discord: Admin has pushed hotfix v17.1.2 for mobile players! minor changes to the ad rewards to the daily cap (subject to future change) and updated the screen to clarify when the daily cap is reset. --- 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 cef3d56..1267d73 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -36,6 +36,7 @@ internal class CompatibilityManager : ICompatibilityManager new GameVersion(2025, 9, 12), // 17.0.1 (2025-10-14) 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) }, }; -- 2.39.5