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:
-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;