Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 19, 2024
1 parent 321dc4d commit 4267202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClutchAnnouncePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ClutchAnnouncePlugin;
[MinimumApiVersion(129)]
public class ClutchAnnouncePlugin : BasePlugin
{
private const string Version = "1.0.0";
private const string Version = "1.0.1";

public override string ModuleName => "Clutch Announce Plugin";
public override string ModuleVersion => Version;
Expand Down

0 comments on commit 4267202

Please sign in to comment.