From e7e1f7ebc5f33a35782b49aaead7361e61a83de9 Mon Sep 17 00:00:00 2001 From: Camiel Egbers Date: Tue, 24 Nov 2020 13:40:33 +0100 Subject: [PATCH] bump version to 7 --- IsochronDrafter/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IsochronDrafter/Util.cs b/IsochronDrafter/Util.cs index 96f2d30..7839663 100644 --- a/IsochronDrafter/Util.cs +++ b/IsochronDrafter/Util.cs @@ -5,7 +5,7 @@ namespace IsochronDrafter { public class Util { - public static readonly int version = 6; + public static readonly int version = 7; public static Random random = new Random(); public const int PORT = 10024;