]> git.wh0rd.org - tt-rss.git/commitdiff
bump api level
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 12 Jul 2015 09:27:18 +0000 (12:27 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 12 Jul 2015 09:27:18 +0000 (12:27 +0300)
classes/api.php

index af16d0658c3289edd628ad2cae586d45cf1cf90a..c61f522cbd8b547a4564ec59195924ae2309e11a 100644 (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;