Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Jan 1, 2025
1 parent bc70fc7 commit ea79742
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(8, 0, 0);
public override Version Version { get; } = new(8, 0, 1);

public override Version RequiredExiledVersion { get; } = new(9, 1, 1);

Expand Down

0 comments on commit ea79742

Please sign in to comment.