Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-01-29 14:58:49 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-29 14:58:49 +0300
commit173122846a95a39a93e04d98deafc2e870a2eb42 (patch)
tree91c6c9340ed194c4d6c09314cfbeaf0bd152cfeb
parent63a48cf5a9e96fc844c9e7f7b0be18e0b3a41515 (diff)
20.0.7 final
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 8c90e99763b..1f1dc8f0be2 100644
--- a/version.php
+++ b/version.php
@@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
-$OC_Version = [20, 0, 7, 0];
+$OC_Version = [20, 0, 7, 1];
// The human readable string
-$OC_VersionString = '20.0.7 RC1';
+$OC_VersionString = '20.0.7';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [