diff --git a/Enough With Guards/EnoughWithGuards.cs b/Enough With Guards/EnoughWithGuards.cs index 227a01e..15e7391 100644 --- a/Enough With Guards/EnoughWithGuards.cs +++ b/Enough With Guards/EnoughWithGuards.cs @@ -14,7 +14,7 @@ public class Plugin : Plugin { public override string Name => "EnoughWithGuards"; public override string Author => "gben5692"; - public override Version Version { get; } = new Version(1, 5, 2); + public override Version Version { get; } = new Version(1, 0, 0); private const int MaxGuards = 5; private const int MaxChaos = 5;