Skip to content

Commit

Permalink
Update API minor Version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ottermandias committed Jan 27, 2024
1 parent 8a0d217 commit e321cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Penumbra.Api
2 changes: 1 addition & 1 deletion Penumbra/Api/PenumbraApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit e321cbd

Please sign in to comment.