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-12 16:49:27 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-11-12 16:49:27 +0300
commit710a165abf69d61f0d0987294e2331c63c429545 (patch)
tree476d253c4d29991b11770598338f61c74e7af6cc
parent372d54ed00643a20cd509170a4fcfb91536f764f (diff)
pull back 22.2.1 for now
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
-rw-r--r--strings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings.php b/strings.php
index e621c5f9..44679d18 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '22';
-$VERSIONS_SERVER_FULL_STABLE = '22.2.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.6';