Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikihero committed Dec 29, 2024
1 parent ca0c4c6 commit 272c78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminTools/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Main : Plugin<Config>
public override string Name { get; } = "Admin Tools";
public override string Prefix { get; } = "AdminTools";
public override PluginPriority Priority { get; } = (PluginPriority)1;
public override Version Version { get; } = new(7, 1, 6);
public override Version Version { get; } = new(8, 0, 0);
public override Version RequiredExiledVersion { get; } = new(8, 14, 1);

public static Main Instance;
Expand Down

0 comments on commit 272c78c

Please sign in to comment.