bump api level

This commit is contained in:
Andrew Dolgov 2015-07-12 12:27:18 +03:00
parent 5c784e701c
commit 491f69c7e3

View File

@ -2,7 +2,7 @@
class API extends Handler {
const API_LEVEL = 11;
const API_LEVEL = 12;
const STATUS_OK = 0;
const STATUS_ERR = 1;