Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10000 committed Dec 31, 2021
1 parent 7fb6bf7 commit 6985047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public class Plugin : Plugin<Config>
public override string Author => "0b10000";
public override string Name => "KillLogs";
public override string Prefix => "KillLogs";
public override Version Version { get; } = new(2, 0, 1);
public override Version RequiredExiledVersion { get; } = new(4, 1, 5);
public override Version Version { get; } = new(2, 0, 2);
public override Version RequiredExiledVersion { get; } = new(4, 1, 7);

private EventHandlers EventHandlers { get; set; }

Expand Down

0 comments on commit 6985047

Please sign in to comment.