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-02-22 14:36:07 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-02-22 14:36:07 +0300
commitffc29ba25feef3418628335562ca96525669d7f5 (patch)
tree1d348efe686fc512f3bc4cab887a3723484e0bd0 /strings.php
parent2f0340e8b3d4f53515e84076f4be639811c5b87a (diff)
21 on download page
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 d81fc207..9ff7a8c2 100644
--- a/strings.php
+++ b/strings.php
@@ -2,8 +2,8 @@
// Strings used through nextcloud.com
/* VERSIONS */
-$VERSIONS_SERVER_MAJOR_STABLE = '20';
-$VERSIONS_SERVER_FULL_STABLE = '20.0.0';
+$VERSIONS_SERVER_MAJOR_STABLE = '21';
+$VERSIONS_SERVER_FULL_STABLE = '21.0.0';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '21';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '21'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.1.3';