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>2017-09-12 17:11:20 +0300
committerGitHub <noreply@github.com>2017-09-12 17:11:20 +0300
commit5cb9790669be1d61f3fb2b5342298a45f1f9c129 (patch)
tree0b13609c0322a2791762dcd966a4e050c4570457
parent3e56503e478019fb9cd0486aea0b7d816fab8748 (diff)
parent5f06e19d805082aa1f158a401a0d45562fb3bd6e (diff)
Merge pull request #6467 from nextcloud/11-0-5-rc1v11.0.5RC1
11.0.5 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index adfc2dae2be..7a34dc59b84 100644
--- a/version.php
+++ b/version.php
@@ -26,10 +26,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(11, 0, 4, 1);
+$OC_Version = array(11, 0, 5, 0);
// The human readable string
-$OC_VersionString = '11.0.4';
+$OC_VersionString = '11.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [