Increase API minor version.

This commit is contained in:
Ottermandias 2025-01-14 14:41:32 +01:00
parent cc981eba15
commit 9c25fab183

View file

@ -22,7 +22,7 @@ public class PenumbraApi(
}
public (int Breaking, int Feature) ApiVersion
=> (5, 4);
=> (5, 5);
public bool Valid { get; private set; } = true;
public IPenumbraApiCollection Collection { get; } = collection;