From ffa94999dd3c7344f33f493d827d82cd885387f1 Mon Sep 17 00:00:00 2001 From: VaultoftheForsaken Date: Fri, 27 Dec 2024 16:27:34 +0100 Subject: [PATCH] Update EnoughWithGuards.cs --- Enough With Guards/EnoughWithGuards.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;