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:
authorMorris Jobke <hey@morrisjobke.de>2021-05-06 14:26:57 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-06 14:26:57 +0300
commitcd028485e7ba0a27249acd0ad2dc495ed09ec220 (patch)
tree383420ff3dea6cb33dc96845a33009b6ede749c0 /strings.php
parent19468c605b85f3fa011c2dabcefa4623a7346b9b (diff)
Bump version number for download
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 8d9c44a5..30a3c37b 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '21';
-$VERSIONS_SERVER_FULL_STABLE = '21.0.1';
+$VERSIONS_SERVER_FULL_STABLE = '21.0.2';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '21';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '21'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.2.1';