Update API minor Version.

This commit is contained in:
Ottermandias 2024-01-27 19:07:51 +01:00
parent 8a0d217977
commit e321cbdf96
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b28288ee9668425f49f41cba88e8dc417ad62aff
Subproject commit 31bf4ad9b82fc980d6bda049da595368ad754931

View file

@ -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
{