Skip to content

Commit

Permalink
chore(DiscordLab): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JayXTQ committed Dec 10, 2024
1 parent da2cb86 commit 635a74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordLab.Bot/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Plugin : Plugin<Config>
public override string Name => "DiscordLab";
public override string Author => "JayXTQ";
public override string Prefix => "DiscordLab";
public override Version Version => new (1, 4, 0);
public override Version Version => new (1, 4, 1);
public override Version RequiredExiledVersion => new (8, 11, 0);
public override PluginPriority Priority => PluginPriority.Higher;

Expand Down

0 comments on commit 635a74f

Please sign in to comment.