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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2022-04-27 09:31:19 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2022-04-27 09:31:19 +0300
commit1e44f789b9abf04f34eeb4f379602471f2b4d04e (patch)
tree8b8e1a13926c043fc143a1e4ff888caa523caaf0
parent0e73c45189a14e813db206fe4852710fd8bbb3ad (diff)
RC2 is here!
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
-rw-r--r--strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index d43d0616..3f840848 100644
--- a/strings.php
+++ b/strings.php
@@ -78,7 +78,7 @@ $DOWNLOAD_SERVER_PACKAGES_DAILY = 'https://download.nextcloud.com/download/repos
// Testing
$DOWNLOAD_SERVER_PACKAGES_TESTING = 'https://download.nextcloud.com/server/prereleases/';
-$SERVER_TESTING_VERSION ='24.0.0rc1'; // nothing to test -> leave it empty
+$SERVER_TESTING_VERSION ='24.0.0rc2'; // nothing to test -> leave it empty
$DOWNLOAD_SERVER_TAR_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.tar.bz2';
$DOWNLOAD_SERVER_ZIP_TESTING ='https://download.nextcloud.com/server/prereleases/nextcloud-'.$SERVER_TESTING_VERSION.'.zip';