Skip to content

Commit 13d3baa

Browse files
committed
Version 2.2.6
1 parent b1289c4 commit 13d3baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ChaseMod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ChaseMod : BasePlugin, IPluginConfig<ChaseModConfig>
1717

1818
public override string ModuleName => "HnS ChaseMod";
1919
public override string ModuleAuthor => "svn";
20-
public override string ModuleVersion => "2.2.5";
20+
public override string ModuleVersion => "2.2.6";
2121

2222
public ChaseModConfig Config { get; set; } = new();
2323
public void OnConfigParsed(ChaseModConfig config) { Config = config; }

0 commit comments

Comments
 (0)