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-06-28 12:55:20 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-06-28 12:55:20 +0300
commitfdf4bc58860a40bf55295c297b47308594366577 (patch)
tree29c37ef5374a8110ba958dd9598e5847720cde52 /strings.php
parente1951dd7d98d6dbc12c9dd8a3f698cabc75cad52 (diff)
rc1
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index 6af66ebc..32bed9b8 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 ='22.0.0beta5'; // nothing to test -> leave it empty
+$SERVER_TESTING_VERSION ='22.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';