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:
authoralex-z <blackslayer4@gmail.com>2022-04-07 14:37:16 +0300
committeralex-z <blackslayer4@gmail.com>2022-04-07 14:37:16 +0300
commit0441eb0d690d618a174ba39d320124b762cc2ae6 (patch)
treebf02cc6fe74d1980232a5adc557e4dd74000d2d5
parent06c5887db65e02a38cb21179a45b036045048a25 (diff)
Distribute beta 3.5.0-rc3.
Signed-off-by: alex-z <blackslayer4@gmail.com>
-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;