]> git.deb.at Git - rhonda/impostor.git/commitdiff
Bump client version
authorminiduikboot <mini@duikbo.at>
Wed, 7 Jul 2021 16:39:21 +0000 (18:39 +0200)
committerminiduikboot <mini@duikbo.at>
Wed, 21 Jul 2021 18:46:33 +0000 (20:46 +0200)
src/Impostor.Server/Net/Manager/ClientManager.cs

index 39e513270c3e01392774f25a2db2ac15b14b2590..c5070f1a45a71217611745c0ed24dd7e9fd837af 100644 (file)
@@ -22,7 +22,7 @@ namespace Impostor.Server.Net.Manager
         // NOTE: when updating this array, keep the versions ordered from old to new, otherwise the version compare logic doesn't work properly
         private static readonly int[] SupportedVersions =
         {
-            GameVersion.GetVersion(2021, 4, 25), // 2021.6.15
+            GameVersion.GetVersion(2021, 6, 30), // 2021.6.30
         };
 
         private readonly ILogger<ClientManager> _logger;