Skip to content

Commit

Permalink
bump version to 7
Browse files Browse the repository at this point in the history
  • Loading branch information
omarjuul committed Nov 24, 2020
1 parent e37c994 commit e7e1f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IsochronDrafter/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e7e1f7e

Please sign in to comment.