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-09-30 11:43:54 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-09-30 11:43:54 +0300
commit758dccf1c2d202e4b0b96b7c4c7fdeee453c5252 (patch)
tree0048718df6dfad8dd1033ef5cf9f8dd6134d4a3c /strings.php
parent0e16011286a91a522113c7d89ea4e8fb133e86ff (diff)
update for minor releases
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 f5eca14f..c9d00e75 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '22';
-$VERSIONS_SERVER_FULL_STABLE = '22.1.1';
+$VERSIONS_SERVER_FULL_STABLE = '22.2.0';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '22';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '22'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.3.4';