Skip to content

Commit

Permalink
Update cs2-store.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarper authored Jul 9, 2024
1 parent 6ac81fb commit 3f2ae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Store/src/cs2-store.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Store;
public class Store : BasePlugin, IPluginConfig<StoreConfig>
{
public override string ModuleName => "Store";
public override string ModuleVersion => "0.2.6";
public override string ModuleVersion => "0.2.7";
public override string ModuleAuthor => "schwarper";

public StoreConfig Config { get; set; } = new StoreConfig();
Expand Down

0 comments on commit 3f2ae18

Please sign in to comment.