bump api level
This commit is contained in:
parent
2496da82e9
commit
b91a1e4deb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class API extends Handler {
|
||||
|
||||
const API_LEVEL = 5;
|
||||
const API_LEVEL = 6;
|
||||
|
||||
const STATUS_OK = 0;
|
||||
const STATUS_ERR = 1;
|
||||
|
|
Loading…
Reference in a new issue