Skip to content

Commit 1e07848

Browse files
committed
v bump
1 parent 369ad0b commit 1e07848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common Utilities/Plugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public class Plugin : Plugin<Config>
4141

4242
public override string Author { get; } = "ExMod-Team";
4343

44-
public override Version Version { get; } = new(8, 0, 2);
44+
public override Version Version { get; } = new(8, 1, 0);
4545

46-
public override Version RequiredExiledVersion { get; } = new(9, 1, 1);
46+
public override Version RequiredExiledVersion { get; } = new(9, 6, 0);
4747

4848
public override string Prefix { get; } = "CommonUtilities";
4949

0 commit comments

Comments
 (0)