Skip to content

Commit 7b4a9e3

Browse files
committed
2.2
1 parent 629885d commit 7b4a9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/src/cs2-store.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Store;
1111
public class Store : BasePlugin, IPluginConfig<Item_Config>
1212
{
1313
public override string ModuleName => "Store";
14-
public override string ModuleVersion => "2.1";
14+
public override string ModuleVersion => "2.2";
1515
public override string ModuleAuthor => "schwarper";
1616

1717
public Item_Config Config { get; set; } = new();

0 commit comments

Comments
 (0)