Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Api
diff options
context:
space:
mode:
authorMaxence Lange <maxence@nextcloud.com>2017-05-31 15:11:22 +0300
committerMaxence Lange <maxence@nextcloud.com>2017-05-31 15:11:22 +0300
commit14a15467d10a3950b5e6b6e466df3ccf08070306 (patch)
treef5cc8825ffd1c60704310985dab854d9c3a1806c /lib/Api
parentb84305c2e7abbb1ee0e78d19c083570f25c52407 (diff)
API version
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
Diffstat (limited to 'lib/Api')
-rw-r--r--lib/Api/v1/Circles.php4
1 files changed, 2 insertions, 2 deletions
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;