mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Increase API minor version.
This commit is contained in:
parent
cc981eba15
commit
9c25fab183
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ public class PenumbraApi(
|
||||||
}
|
}
|
||||||
|
|
||||||
public (int Breaking, int Feature) ApiVersion
|
public (int Breaking, int Feature) ApiVersion
|
||||||
=> (5, 4);
|
=> (5, 5);
|
||||||
|
|
||||||
public bool Valid { get; private set; } = true;
|
public bool Valid { get; private set; } = true;
|
||||||
public IPenumbraApiCollection Collection { get; } = collection;
|
public IPenumbraApiCollection Collection { get; } = collection;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue