Skip to content

Commit

Permalink
Bump version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsvn committed Apr 4, 2024
1 parent 88a8e16 commit 7c640f1
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.4";
public override string ModuleVersion => "2.0.5";

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

0 comments on commit 7c640f1

Please sign in to comment.