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-06-04 09:25:52 +0300
committerGitHub <noreply@github.com>2020-06-04 09:25:52 +0300
commita0da3ea2e08feae04bdcd3a2ccf0520bc4b33b01 (patch)
tree04f0ee1ab30859253c18ad6851fe114b4f82d35b
parentdb1a703f232afd531482c1639de3ff270878311b (diff)
parent6b04f7b80f737ada10a1707322d40b92b0fd92e5 (diff)
Merge pull request #21182 from nextcloud/version/16.0.11/finalv16.0.11
16.0.11
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index f0154695274..aea21c22a77 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 = array(16, 0, 11, 0);
+$OC_Version = array(16, 0, 11, 1);
// The human readable string
-$OC_VersionString = '16.0.11 RC1';
+$OC_VersionString = '16.0.11';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [