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-09 10:59:51 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-04-09 10:59:51 +0300
commit0b4b1c30b268f42c4eeb2ed3f2809d34bd6b6638 (patch)
tree3f9724ddad409fd0f7896c5b217765700450d17b /strings.php
parent7511dcf4b88d6a005986e7bdc9bc7b4340be44a7 (diff)
20.0.1
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'strings.php')
-rw-r--r--strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index 9ff7a8c2..04db556e 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '21';
-$VERSIONS_SERVER_FULL_STABLE = '21.0.0';
+$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';