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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-01 12:43:08 +0300
committerGitHub <noreply@github.com>2021-07-01 12:43:08 +0300
commit3eb0ce9892933c36672e8ba35e771e48a5309321 (patch)
treeb93f13df16c0301bdc24a29de27eb60ce135f391
parent54106a647e665a9bd3e8d28b8889447eb814d1b4 (diff)
parent0a368a6b82ff350a33076329710e1d661165eb25 (diff)
Merge pull request #27708 from nextcloud/version/20.0.11/finalv20.0.11
20.0.11
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index bcb740fef37..37fa5f7ddc6 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, 11, 0];
+$OC_Version = [20, 0, 11, 1];
// The human readable string
-$OC_VersionString = '20.0.11 RC1';
+$OC_VersionString = '20.0.11';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [