From eb231dc3934f2582c2847bc4e16c6d90a430f231 Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Tue, 14 Oct 2025 20:29:33 +0200 Subject: [PATCH] Bump to 17.0.1 --- src/Directory.Build.props | 2 +- src/Impostor.Api/Innersloth/Data/info.json | 2 +- src/Impostor.Server/Net/Manager/CompatibilityManager.cs | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c2abd9b..0941fb8 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,7 +2,7 @@ net8.0 11 - 1.10.4 + 1.10.5 dev true true diff --git a/src/Impostor.Api/Innersloth/Data/info.json b/src/Impostor.Api/Innersloth/Data/info.json index d093054..2707152 100644 --- a/src/Impostor.Api/Innersloth/Data/info.json +++ b/src/Impostor.Api/Innersloth/Data/info.json @@ -1,5 +1,5 @@ { "dumpostorVersion": "1.0.1-dev", - "gameVersion": "2025.9.9", + "gameVersion": "2025.10.14", "platformType": "StandaloneItch" } \ No newline at end of file diff --git a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs index 65675c1..41267e8 100644 --- a/src/Impostor.Server/Net/Manager/CompatibilityManager.cs +++ b/src/Impostor.Server/Net/Manager/CompatibilityManager.cs @@ -33,6 +33,7 @@ internal class CompatibilityManager : ICompatibilityManager new[] { new GameVersion(2025, 7, 15), // 17.0.0 (2025-09-09) + new GameVersion(2025, 9, 12), // 17.0.1 (2025-10-14) }, }; -- 2.39.5