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-11-27 23:40:38 +0300
committerGitHub <noreply@github.com>2017-11-27 23:40:38 +0300
commit62e6e0f433d8a63d6bbd813550d93abd38d5df01 (patch)
tree9a753baa97d58477f1efcad262be0c6e2f970c75
parent3d3f9d312a5940da6ce7ed875a1360cacced8db1 (diff)
parent197933fc3dbada54347b8c37841340e040543223 (diff)
Merge pull request #7314 from nextcloud/version-11.0.6RC1v11.0.6RC1
Update version to 11.0.6 RC1
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index ec9fccb3070..3b9f4532e50 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, 5, 2);
+$OC_Version = array(11, 0, 6, 0);
// The human readable string
-$OC_VersionString = '11.0.5';
+$OC_VersionString = '11.0.6 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [