Bump api version because of course I would forget that

This commit is contained in:
RisaDev
2024-09-30 23:47:35 +03:00
parent a84df4eccf
commit c0ecc73b2a

View File

@@ -4,7 +4,7 @@ namespace CustomizePlus.Api;
public partial class CustomizePlusIpc
{
private readonly (int Breaking, int Feature) _apiVersion = (5, 0);
private readonly (int Breaking, int Feature) _apiVersion = (5, 1);
/// <summary>
/// When there are breaking changes the first number is bumped up and second one is reset.