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:
-rw-r--r--sync.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.php b/sync.php
index 88f2c14..bd1d1c5 100644
--- a/sync.php
+++ b/sync.php
@@ -42,6 +42,7 @@ $supportedVersions = [
'22.0.0',
'23.0.0',
'24.0.0',
+ '25.0.0',
];
foreach($supportedVersions as $version) {