Bump to API version 4
This commit is contained in:
parent
0f152c7165
commit
76a761c3a2
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ class Pico
|
|||
*
|
||||
* @var int
|
||||
*/
|
||||
public const API_VERSION = 3;
|
||||
public const API_VERSION = 4;
|
||||
|
||||
/**
|
||||
* Sort files in alphabetical ascending order
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue