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.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.php b/config/config.php
index a2c1201..31c894e 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,11 +21,11 @@
declare(strict_types=1);
-$stableReleaseDate = '2022-03-18 16:00';
-$stableVersion = '3.4.4';
+$stableReleaseDate = '2022-05-03 14:00';
+$stableVersion = '3.5.0';
-$betaReleaseDate = '2022-04-07 00:00';
-$betaVersion = '3.5.0-rc3';
+$betaReleaseDate = '2022-05-02 10:00';
+$betaVersion = '3.5.0-rc4';
$stableVersionString = 'Nextcloud Client ' . $stableVersion;
$betaVersionString = 'Nextcloud Client ' . $betaVersion;