Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Nov 23, 2020
1 parent b2841af commit 8f070b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminTools/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Plugin : Plugin<Config>
public override string Author { get; } = "Originally by Galaxy119. Modifications by KoukoCocoa & Thomasjosif";
public override string Name { get; } = "Admin Tools";
public override string Prefix { get; } = "AT";
public override Version Version { get; } = new Version(2, 6, 1);
public override Version Version { get; } = new Version(2, 6, 2);
public override Version RequiredExiledVersion { get; } = new Version(2, 0, 0);
public EventHandlers EventHandlers;
public static System.Random NumGen = new System.Random();
Expand Down

0 comments on commit 8f070b3

Please sign in to comment.