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-03 12:08:30 +0300
committerGitHub <noreply@github.com>2021-08-03 12:08:30 +0300
commit5f1aefdcc6b0f107400644639b4f4f46ad0acf87 (patch)
tree66cc5c2d47286d3f525ea0f8dba57dcf2b3f063b
parentb6856d76b59068850476b539bad578c0c2104664 (diff)
parent7b4c9f133be9a473c18e69e96ab66914597d36ee (diff)
Merge pull request #62 from nextcloud/distribute-3.3.0
Distribute 3.3.0
-rw-r--r--config/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.php b/config/config.php
index 4131149..bb0641a 100644
--- a/config/config.php
+++ b/config/config.php
@@ -21,8 +21,8 @@
declare(strict_types=1);
-$rel = '2021-07-08 12:00';
-$ver = '3.2.4';
+$rel = '2021-08-02 12:00';
+$ver = '3.3.0';
$ver_str = 'Nextcloud Client ' . $ver;