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:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-08-03 12:41:43 +0300
committerGitHub <noreply@github.com>2021-08-03 12:41:43 +0300
commit21b33661ca784ea34221ce1a9be90161f0708a5a (patch)
treeb56e9b6170665ba686998404966467d9f494a2d3 /strings.php
parent4996a87d2ef4b8ef4074962f1e2c0cd9a88d1349 (diff)
Latest desktop client is 3.3.0 (#1521)
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.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 5268896d..525ab787 100644
--- a/strings.php
+++ b/strings.php
@@ -6,8 +6,8 @@ $VERSIONS_SERVER_MAJOR_STABLE = '22';
$VERSIONS_SERVER_FULL_STABLE = '22.0.0';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '22';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '22'; // Used in dev docs links
-$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.2.4';
-$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.2'; // For use in documentation link
+$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.3.0';
+$VERSIONS_CLIENT_DESKTOP_STABLE_SHORT = '3.3'; // For use in documentation link
/* DOCUMENTATION */
$DOCUMENTATION_BASE = 'https://docs.nextcloud.com';