Skip to content

Commit

Permalink
Bump api version because of course I would forget that
Browse files Browse the repository at this point in the history
  • Loading branch information
RisaDev committed Sep 30, 2024
1 parent a84df4e commit c0ecc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomizePlus/Api/CustomizePlusIpc.General.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0ecc73

Please sign in to comment.