Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Oct 8, 2024
1 parent 11c5368 commit 8acb6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common Utilities/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Plugin : Plugin<Config>

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

public override Version Version { get; } = new(7, 2, 1);
public override Version Version { get; } = new(7, 2, 2);

public override Version RequiredExiledVersion { get; } = new(8, 11, 0);

Expand Down

0 comments on commit 8acb6d9

Please sign in to comment.