Bump to API version 4

This commit is contained in:
Daniel Rudolf 2022-02-07 00:00:27 +01:00
parent 0f152c7165
commit 76a761c3a2
No known key found for this signature in database
GPG key ID: A061F02CD8DE4538
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@ class Pico
*
* @var int
*/
public const API_VERSION = 3;
public const API_VERSION = 4;
/**
* Sort files in alphabetical ascending order

View file

@ -32,7 +32,7 @@ class DummyPlugin extends AbstractPicoPlugin
*
* @var int
*/
public const API_VERSION = 3;
public const API_VERSION = 4;
/**
* This plugin is disabled by default