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-05-03 18:21:57 +0300
committerGitHub <noreply@github.com>2022-05-03 18:21:57 +0300
commit686e9789b0f51ecaec23d535bfbc0a812d8182d4 (patch)
tree9893740d9570f1285874fa94a84b0864a6be0622
parentcb8975471eed163c580c41bd5881fd754af9b8d7 (diff)
parent5d0dd7256747a5a8e29540f6a2ce12ed2088c4f9 (diff)
Merge pull request #80 from nextcloud/publishNewReleases
publish release 3.5.0 and latest release candidate
-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;