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-11-11 11:50:22 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-11-11 11:50:22 +0300
commitc3b794b2edab9ea41be191b01e26a9bfd6005912 (patch)
treef52f0bb1de21c7d51e1eb3348b1abcb694f02240 /strings.php
parente8fc724bc312de5ffbf94c1e0d532840ae715d41 (diff)
update to 22.2.1 et all
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 a6f19126..683d85c7 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '22';
-$VERSIONS_SERVER_FULL_STABLE = '22.2.0';
+$VERSIONS_SERVER_FULL_STABLE = '22.2.1';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '22';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '22'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.3.6';