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

github.com/nextcloud/usercontent.apps.nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-01-20 23:03:28 +0300
committerGitHub <noreply@github.com>2020-01-20 23:03:28 +0300
commitc688fc73cf2ce885c3710ad6bfe787cb88bdd903 (patch)
tree5207c5227449e1f81b2a6cb5141f7aec71129dde
parentdee3b2f591f0b0d6122ef9048184a1e33fdce23c (diff)
Support 18
-rw-r--r--sync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.php b/sync.php
index 032b4c9..895dea8 100644
--- a/sync.php
+++ b/sync.php
@@ -35,6 +35,7 @@ $supportedVersions = [
'15.0.0',
'16.0.0',
'17.0.0',
+ '18.0.0',
];
foreach($supportedVersions as $version) {