Skip to content

Commit

Permalink
chore: Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Nov 20, 2023
1 parent 1c92f7c commit b8faa57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/K4-System.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace K4ryuuSystem
public partial class K4System : BasePlugin, IPluginConfig<MyConfig>
{
public override string ModuleName => "K4-System";
public override string ModuleVersion => "v1.3.1";
public override string ModuleVersion => "v1.3.2";
public override string ModuleAuthor => "K4ryuu";
public int ModuleConfigVersion => 2;

Expand Down

0 comments on commit b8faa57

Please sign in to comment.