fix(API_VERSION): to prevent errors

This commit is contained in:
Jérémy Dufraisse 2023-03-16 23:15:10 +01:00
parent 0187138622
commit 2e5f58f07d

View File

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