Bump api version because of course I would forget that
This commit is contained in:
@@ -4,7 +4,7 @@ namespace CustomizePlus.Api;
|
|||||||
|
|
||||||
public partial class CustomizePlusIpc
|
public partial class CustomizePlusIpc
|
||||||
{
|
{
|
||||||
private readonly (int Breaking, int Feature) _apiVersion = (5, 0);
|
private readonly (int Breaking, int Feature) _apiVersion = (5, 1);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// When there are breaking changes the first number is bumped up and second one is reset.
|
/// When there are breaking changes the first number is bumped up and second one is reset.
|
||||||
|
|||||||
Reference in New Issue
Block a user