Skip to content

Commit

Permalink
Update VIPCore.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
partiusfabaa committed May 19, 2024
1 parent 4d2cc33 commit 32a4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VIPCore/VIPCore/VIPCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class VipCore : BasePlugin
{
public override string ModuleAuthor => "thesamefabius";
public override string ModuleName => "[VIP] Core";
public override string ModuleVersion => "v1.2.9";
public override string ModuleVersion => "v1.3.0";

public Config Config { get; set; } = null!;
public CoreConfig CoreConfig { get; set; } = null!;
Expand Down

0 comments on commit 32a4fd6

Please sign in to comment.