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:
authorMatthieu Gallien <matthieu_gallien@yahoo.fr>2022-04-07 16:09:53 +0300
committerGitHub <noreply@github.com>2022-04-07 16:09:53 +0300
commite69f70f092a37fd6f0e9ec45f1508aef0fde3feb (patch)
treebf02cc6fe74d1980232a5adc557e4dd74000d2d5
parent06c5887db65e02a38cb21179a45b036045048a25 (diff)
parent0441eb0d690d618a174ba39d320124b762cc2ae6 (diff)
Merge pull request #78 from nextcloud/3.5.0-rc3
Distribute beta 3.5.0-rc3.
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 5566716..a2c1201 100644
--- a/config/config.php
+++ b/config/config.php
@@ -24,8 +24,8 @@ declare(strict_types=1);
$stableReleaseDate = '2022-03-18 16:00';
$stableVersion = '3.4.4';
-$betaReleaseDate = '2022-03-18 18:30';
-$betaVersion = '3.5.0-rc1';
+$betaReleaseDate = '2022-04-07 00:00';
+$betaVersion = '3.5.0-rc3';
$stableVersionString = 'Nextcloud Client ' . $stableVersion;
$betaVersionString = 'Nextcloud Client ' . $betaVersion;