]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add new client version (#489)
authorminiduikboot <mini@duikbo.at>
Tue, 23 Aug 2022 18:59:45 +0000 (20:59 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2022 18:59:45 +0000 (20:59 +0200)
src/Impostor.Server/Net/Manager/ClientManager.cs

index b1dd89476dc70c75af59d371da4389588c99dfad..21b6ca321f31fd3953c312174994743c5333db75 100644 (file)
@@ -25,7 +25,8 @@ namespace Impostor.Server.Net.Manager
             GameVersion.GetVersion(2021, 12, 14), // 2021.12.14
             GameVersion.GetVersion(2022, 1, 10), // 2021.2.23
             GameVersion.GetVersion(2022, 2, 2), // 2022.3.29 and 2022.4.19
-            GameVersion.GetVersion(2022, 4, 20), // 2022.6.21
+            GameVersion.GetVersion(2022, 4, 20), // 2022.6.21 and 2022.7.12
+            GameVersion.GetVersion(2022, 5, 12), // 2022.8.23
         };
 
         private readonly ILogger<ClientManager> _logger;