fix(API_VERSION): to prevent errors

dufraissejeremy 2 years ago
parent 0187138622
commit 2e5f58f07d
  1. 2
      lib/Pico.php

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

Loading…
Cancel
Save