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>2021-11-11 20:35:13 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-11-11 20:35:13 +0300
commit6070e5e7121244e8868f84b3cfb9a7cae51875f5 (patch)
treef16b5ca21702eb284f404d5a1c9f7093343168b9
parent1731bf1569403f0d264af6125c4135f2bbe38257 (diff)
23RC1 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 e1d95d10..e621c5f9 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 ='23.0.0beta2'; // nothing to test -> leave it empty
+$SERVER_TESTING_VERSION ='23.0.0rc1'; // 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';