From c0ecc73b2a1c33159271164fafd7078715852edf Mon Sep 17 00:00:00 2001 From: RisaDev <151885272+RisaDev@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:47:35 +0300 Subject: [PATCH] Bump api version because of course I would forget that --- CustomizePlus/Api/CustomizePlusIpc.General.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomizePlus/Api/CustomizePlusIpc.General.cs b/CustomizePlus/Api/CustomizePlusIpc.General.cs index 50e386b..b47b201 100644 --- a/CustomizePlus/Api/CustomizePlusIpc.General.cs +++ b/CustomizePlus/Api/CustomizePlusIpc.General.cs @@ -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); /// /// When there are breaking changes the first number is bumped up and second one is reset.