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:
authorMorris Jobke <hey@morrisjobke.de>2021-05-06 15:09:54 +0300
committerGitHub <noreply@github.com>2021-05-06 15:09:54 +0300
commit6e537422555592ba6542780533963a67fff68cf1 (patch)
tree02c7a6cb6513794e8e1b3293468374a877139dc6
parentedae9eb9a49ea744f6f2edaac2971e58d16c46e5 (diff)
parent96e2a9f20d5a7c69efb744948fadc65294ab32d5 (diff)
Merge pull request #26894 from nextcloud/version/20.0.10v20.0.10
20.0.10
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 0ff447924f3..117234ab3ba 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, 10, 0];
+$OC_Version = [20, 0, 10, 1];
// The human readable string
-$OC_VersionString = '20.0.10 RC1';
+$OC_VersionString = '20.0.10';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [