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
path: root/config
diff options
context:
space:
mode:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-06-25 13:21:41 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-06-25 13:21:41 +0300
commit86932d097d415a0d290aca323c271bdc56ed56ff (patch)
treeafa75cbad51fd7e37121b4b523c9dd77dccd7a72 /config
parent100f48e5a93ffd9181e58233f3c6dbfc54765b6a (diff)
Update to 3.2.3
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 93dda9e..caaecda 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-05-27 14:18';
-$ver = '3.2.2';
+$rel = '2021-06-25 12:00';
+$ver = '3.2.3';
$ver_str = 'Nextcloud Client ' . $ver;