Skip to content

Commit

Permalink
Add support for 2024.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
js6pak authored and miniduikboot committed Sep 5, 2024
1 parent acc4da1 commit ff5501a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Impostor.Server/Net/Manager/CompatibilityManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ internal class CompatibilityManager : ICompatibilityManager
{
new GameVersion(2024, 3, 1), // 2024.6.18
new GameVersion(2024, 4, 1), // 2024.8.13
new GameVersion(2024, 4, 2), // 2024.9.4
},
};

Expand Down

0 comments on commit ff5501a

Please sign in to comment.