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:
authorJulius Härtl <jus@bitgrid.net>2020-06-03 09:31:37 +0300
committerGitHub <noreply@github.com>2020-06-03 09:31:37 +0300
commitd89469229192afb6a4a3643870cd3fee9ef26600 (patch)
tree5f4d6e282ba5c22f140d42fbba7d8e06ba8857df
parentc688fc73cf2ce885c3710ad6bfe787cb88bdd903 (diff)
Add 19 to sync (#6)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--sync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.php b/sync.php
index 895dea8..85bdd8c 100644
--- a/sync.php
+++ b/sync.php
@@ -36,6 +36,7 @@ $supportedVersions = [
'16.0.0',
'17.0.0',
'18.0.0',
+ '19.0.0',
];
foreach($supportedVersions as $version) {