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-02-02 23:15:02 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-02-02 23:15:02 +0300
commitdcb4792527faefa522d7ea6792bb1e0da7772210 (patch)
treead812f7a4d3ef5d22f5d26ac420f071372731de6 /strings.php
parent394828d2a3c2e46b7e75d35e5990f3865e8b68eb (diff)
update server version
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 da2b7d81..4e80e8e9 100644
--- a/strings.php
+++ b/strings.php
@@ -3,7 +3,7 @@
/* VERSIONS */
$VERSIONS_SERVER_MAJOR_STABLE = '20';
-$VERSIONS_SERVER_FULL_STABLE = '20.0.6';
+$VERSIONS_SERVER_FULL_STABLE = '20.0.7';
$VERSIONS_SERVER_MAJOR_DEVELOPMENT = '20';
$VERSIONS_SERVER_MAJOR_DEV_DOCS = '20'; // Used in dev docs links
$VERSIONS_CLIENT_DESKTOP_STABLE_FULL = '3.1.2';