]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add 17.2 hotfix version
authorminiduikboot <mini@duikbo.at>
Thu, 19 Feb 2026 20:34:29 +0000 (21:34 +0100)
committerminiduikboot <mini@duikbo.at>
Thu, 19 Feb 2026 20:34:54 +0000 (21:34 +0100)
src/Impostor.Server/Net/Manager/CompatibilityManager.cs

index eee37c0d9f16c57c77bc65b8424106a385cc31a2..7f909965c812cc40d67929cae3f0085785edd59d 100644 (file)
@@ -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)
         },
     };