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>2019-05-09 18:16:46 +0300
committerGitHub <noreply@github.com>2019-05-09 18:16:46 +0300
commit162e6eb8486b5e6cec0ea57c6f52bfe70e028120 (patch)
tree74a3ffaf38be03822b3f25a0d5a4af812e5a06a2
parent4d806a95795427f03344cd40650268a7ddb35f18 (diff)
parent9fca6b5cd46561e7745d6d4379681aa8e04231d3 (diff)
Merge pull request #15222 from nextcloud/version/14.0.11/RC1v14.0.11RC1
14.0.11 RC 1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index b73ee51992b..302b5afec34 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(14, 0, 10, 1);
+$OC_Version = array(14, 0, 11, 0);
// The human readable string
-$OC_VersionString = '14.0.10';
+$OC_VersionString = '14.0.11 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [