Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
- Version change
  • Loading branch information
nickj609 committed Nov 20, 2024
1 parent 6a26707 commit 931b4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameModeManager/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public partial class Plugin : BasePlugin
{
// Define plugin parameters
public override string ModuleName => "GameModeManager";
public override string ModuleVersion => "1.0.49";
public override string ModuleVersion => "1.0.50";
public override string ModuleAuthor => "Striker-Nick";
public override string ModuleDescription => "A simple plugin to help administrators manage custom game modes, settings, and map rotations.";

Expand Down

0 comments on commit 931b4c5

Please sign in to comment.