Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0b10000 committed Feb 28, 2022
1 parent 2824c8a commit 204b8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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(3, 0, 0);
public override Version Version { get; } = new(3, 0, 1);
public override Version RequiredExiledVersion { get; } = new(5, 0, 0);

private EventHandlers EventHandlers { get; set; }
Expand Down

0 comments on commit 204b8cb

Please sign in to comment.