Skip to content

Commit

Permalink
feat: Update module version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed May 16, 2024
1 parent b04c61f commit 2f0cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion K4-System/src/Plugin/PluginManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed partial class Plugin : BasePlugin

public override string ModuleAuthor => "K4ryuu";

public override string ModuleVersion => "4.2.2 " +
public override string ModuleVersion => "4.3.0 " +
#if RELEASE
"(release)";
#else
Expand Down

0 comments on commit 2f0cf2c

Please sign in to comment.