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

github.com/nextcloud/client_updater_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-08-15 15:33:53 +0300
committerCamila <hello@camila.codes>2022-08-15 15:33:53 +0300
commite0a6bf6e8ec7268a83a4181a00b819c769e8c628 (patch)
tree3a7b62298abb1c18614624d8471881ec499a6523
parenta2bceb87ac561782319a2ab44b33a157d67b6d74 (diff)
Distribute beta 3.6.0-rc1.
Signed-off-by: Camila <hello@camila.codes>
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index d312c56..b182ade 100644
--- a/config/config.php
+++ b/config/config.php
@@ -24,8 +24,8 @@ declare(strict_types=1);
$stableReleaseDate = '2022-08-02 18:00';
$stableVersion = '3.5.4';
-$betaReleaseDate = '2022-05-02 10:00';
-$betaVersion = '3.5.0-rc4';
+$betaReleaseDate = '2022-08-15 18:00';
+$betaVersion = '3.6.0-rc1';
$stableVersionString = 'Nextcloud Client ' . $stableVersion;
$betaVersionString = 'Nextcloud Client ' . $betaVersion;