Skip to content

Commit

Permalink
Bump version to 4.1.9 and update PluginManifest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Apr 27, 2024
1 parent 90c242c commit 9ba2094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- 2023.04.16 - V4.1.8
-- 2023.04.16 - V4.1.9

- fix: Collection was modified

Expand Down
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.1.8 " +
public override string ModuleVersion => "4.1.9 " +
#if RELEASE
"(release)";
#else
Expand Down

0 comments on commit 9ba2094

Please sign in to comment.