]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add compat version for 17.3 (#724)
authorminiduikboot <mini@duikbo.at>
Mon, 20 Apr 2026 20:00:32 +0000 (22:00 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 20:00:32 +0000 (22:00 +0200)
* Add compat version for 17.3

* Add compat version for 17.3.1

src/Impostor.Server/Net/Manager/CompatibilityManager.cs

index e67ca2be72e762aa339a63e067d60de386f849ff..ba9a95ffaa896e1f97d5b8fd266d6e0a2b6e5529 100644 (file)
@@ -40,6 +40,8 @@ internal class CompatibilityManager : ICompatibilityManager
             new GameVersion(2025, 11, 5), // 17.2   (2026-02-17, build 6630, not a typo, Innersloth went backwards)
             new GameVersion(2026, 1, 22), // 17.2   (2026-02-19, build 6686, hotfix)
             new GameVersion(2026, 2, 2),  // 17.2.2 (2026-03-17, build 6768)
+            new GameVersion(2026, 1, 12), // 17.3   (2026-03-31, build 6803)
+            new GameVersion(2026, 3, 17), // 17.3.1 (2026-04-08, build 6841, mobile only)
         },
     };