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 <rullzer@users.noreply.github.com>2020-10-02 19:42:10 +0300
committerGitHub <noreply@github.com>2020-10-02 19:42:10 +0300
commit615b994816710a595243d704c9be445f736b4b41 (patch)
tree94a80bc4a36d9710b1594c8f66f08e1f03f6b3f4
parentc2eb39d662dd5af3d1f8d1bc2249f10f1b495b7a (diff)
parent5ab7392d567ad70ceff6329ff8feb4e2109dcfbf (diff)
Merge pull request #23071 from nextcloud/version/20.0.0/finalv20.0.0
20 final
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0470b44d772..acc01d39147 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, 0, 8];
+$OC_Version = [20, 0, 0, 9];
// The human readable string
-$OC_VersionString = '20.0.0 RC2';
+$OC_VersionString = '20.0.0';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [