Skip to content

Commit

Permalink
Update Ranks.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
partiusfabaa committed Nov 29, 2023
1 parent d0b58b9 commit 070a181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ranks/Ranks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Ranks : BasePlugin
public override string ModuleAuthor => "thesamefabius";
public override string ModuleDescription => "Adds a rating system to the server";
public override string ModuleName => "Ranks";
public override string ModuleVersion => "v1.0.1";
public override string ModuleVersion => "v1.0.2";

private static string _dbConnectionString = string.Empty;

Expand Down

0 comments on commit 070a181

Please sign in to comment.