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>2021-02-02 22:51:53 +0300
committerGitHub <noreply@github.com>2021-02-02 22:51:53 +0300
commit370ae8ac0462dc6e8bc17df4f46962a35a9b6756 (patch)
treebf4b304ccaf4d79538521fc7e06b5a1b1430591f
parente70ad108f6f48556428a80e21a3fd680bf407f07 (diff)
parent173122846a95a39a93e04d98deafc2e870a2eb42 (diff)
Merge pull request #25387 from nextcloud/version/20.0.7/finalv20.0.7
20.0.7 final
-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' => [