Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsvn committed Mar 5, 2024
1 parent cd961fa commit 83867db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChaseMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class ChaseMod : BasePlugin, IPluginConfig<ChaseModConfig>

public override string ModuleName => "HnS ChaseMod";
public override string ModuleAuthor => "svn";
public override string ModuleVersion => "2.0.0";
public override string ModuleVersion => "2.0.1";

public ChaseModConfig Config { get; set; } = new();
public void OnConfigParsed(ChaseModConfig config) { Config = config; }
Expand Down

0 comments on commit 83867db

Please sign in to comment.