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-08 15:30:05 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2022-04-08 15:30:05 +0300
commit9a0c6a1304e67c9389056f8f7575f0c3534430fe (patch)
treeb63c0a8ff003e4e1b647828013b8cb86064a7255
parent21652eb7d6f5e2b9d1fd797941a05449920bd0bc (diff)
beta 3 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 a709e7d0..fcdc043d 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.0beta2'; // nothing to test -> leave it empty
+$SERVER_TESTING_VERSION ='24.0.0beta3'; // 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';