mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Increment API version.
This commit is contained in:
parent
918d5db6a6
commit
8f93df533a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ namespace Penumbra.Api;
|
|||
public class PenumbraApi : IDisposable, IPenumbraApi
|
||||
{
|
||||
public (int, int) ApiVersion
|
||||
=> ( 4, 14 );
|
||||
=> ( 4, 15 );
|
||||
|
||||
private Penumbra? _penumbra;
|
||||
private Lumina.GameData? _lumina;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue