Skip to content

Commit

Permalink
Update EnoughWithGuards.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaultoftheForsaken authored Dec 27, 2024
1 parent d4c483f commit ffa9499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Enough With Guards/EnoughWithGuards.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Plugin : Plugin<Config>
{
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;
Expand Down

0 comments on commit ffa9499

Please sign in to comment.