From 14a15467d10a3950b5e6b6e466df3ccf08070306 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 31 May 2017 11:11:22 -0100 Subject: API version Signed-off-by: Maxence Lange --- lib/Api/v1/Circles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Api') diff --git a/lib/Api/v1/Circles.php b/lib/Api/v1/Circles.php index b85a6fdd..3981bb8a 100644 --- a/lib/Api/v1/Circles.php +++ b/lib/Api/v1/Circles.php @@ -35,7 +35,7 @@ use OCA\Circles\Model\SharingFrame; class Circles { - const API_VERSION = '0.9.0'; + const API_VERSION = [0, 9, 1]; protected static function getContainer() { $app = new Application(); @@ -49,7 +49,7 @@ class Circles { * * returns the current version of the API * - * @return string + * @return int[] */ public static function version() { return self::API_VERSION; -- cgit v1.2.3