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-12-04 10:17:41 +0300
committerGitHub <noreply@github.com>2017-12-04 10:17:41 +0300
commit5dd382b21e689d390041f28101122632f9b851e6 (patch)
tree5805aa67719061cafae8e36847a4beb2b7188940
parentacda03429eecbc38d4de728c195ff6691542f097 (diff)
parent5b25f00c2ec6e3bcea1d159b7c3dab2053a85573 (diff)
Merge pull request #7356 from nextcloud/11.0.6-finalv11.0.6
Release 11.0.6
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 3b9f4532e50..d09acbebb44 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, 6, 0);
+$OC_Version = array(11, 0, 6, 1);
// The human readable string
-$OC_VersionString = '11.0.6 RC1';
+$OC_VersionString = '11.0.6';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [