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:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-08-12 22:51:35 +0300
committerFelix Weilbach <felix.weilbach@nextcloud.com>2021-08-12 22:51:35 +0300
commitc652bd800258abcd8cc059f6b9c26932b4faf16f (patch)
tree5e688b85029f6c1d4fbc1f6abc8e5ed5a89bf55b
parent5f1aefdcc6b0f107400644639b4f4f46ad0acf87 (diff)
Distribute 3.3.1
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.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 bb0641a..b823ad4 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-08-02 12:00';
-$ver = '3.3.0';
+$rel = '2021-08-12 12:00';
+$ver = '3.3.1';
$ver_str = 'Nextcloud Client ' . $ver;