mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Update API minor Version.
This commit is contained in:
parent
8a0d217977
commit
e321cbdf96
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ namespace Penumbra.Api;
|
|||
public class PenumbraApi : IDisposable, IPenumbraApi
|
||||
{
|
||||
public (int, int) ApiVersion
|
||||
=> (4, 22);
|
||||
=> (4, 23);
|
||||
|
||||
public event Action<string>? PreSettingsPanelDraw
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue