Skip to content

Commit f74bdbc

Browse files
authored
Update module version to 2.0.3
1 parent eb973b0 commit f74bdbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Globals.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace AntiRush;
88
public partial class AntiRush
99
{
1010
public override string ModuleName => "AntiRush";
11-
public override string ModuleVersion => "2.0.2";
11+
public override string ModuleVersion => "2.0.3";
1212
public override string ModuleAuthor => "https://github.com/oscar-wos/AntiRush";
1313
public AntiRushConfig Config { get; set; } = new();
1414
public Menu.Menu Menu { get; } = new();
@@ -22,4 +22,4 @@ public partial class AntiRush
2222
private CCSGameRules? _gameRules;
2323
private bool _minPlayers;
2424
private bool _maxPlayers;
25-
}
25+
}

0 commit comments

Comments
 (0)