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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-08-13 00:53:15 +0300
committerGitHub <noreply@github.com>2022-08-13 00:53:15 +0300
commit977497d3267d1bb2b12628b6fb94856bb90d6f63 (patch)
tree4285245a59f406b3fad7c4bbf893bfc56eda2cf0
parentb9665f5b68ce56ad085298912e8ee4fe65eb9ae7 (diff)
add 25.0.0HEADmaster
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
-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) {