Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xRoier committed Sep 15, 2021
1 parent c031477 commit 232e2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WHLogs/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Plugin : Plugin<Config, Translation>
public override string Author => "xRoier";
public override string Name => "WebhookLogs";
public override string Prefix => "webhooklogs";
public override Version Version => new Version(2, 0, 0);
public override Version Version => new Version(2, 0, 1);
public override Version RequiredExiledVersion => new Version(2, 14, 0);

public static Plugin Singleton;
Expand Down

0 comments on commit 232e2ea

Please sign in to comment.