Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-04-13 11:01:49 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-04-13 11:01:49 +0300
commitd17bc0dec9c365e54657616fe887a64b19fa30ef (patch)
treeff019ebad30e6d77328555578db0d21cb9ed3281 /strings.php
parente2d665cad42c43cdc3753f218bfae77a7b0e7292 (diff)
3.2 desktop client
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/strings.php b/strings.php
index 04db556e..63a7ba7a 100644
--- a/strings.php
+++ b/strings.php
@@ -6,8 +6,8 @@ $VERSIONS_SERVER_MAJOR_STABLE = '21';
$VERSIONS_SERVER_FULL_STABLE = '21.0.1';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '21';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '21'; // Used in dev docs links
-$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.1.3';
-$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.1'; // For use in documentation link
+$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.2.0';
+$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.2'; // For use in documentation link
/* DOCUMENTATION */
$DOCUMENTATION_BASE = 'https://docs.nextcloud.com';