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:
authorLukas Reschke <lukas@statuscode.ch>2016-12-07 17:29:45 +0300
committerGitHub <noreply@github.com>2016-12-07 17:29:45 +0300
commit737d9f3504ec5dbeec9b692655303936e5f6321a (patch)
tree5e95b8d5b0ff3d1015b2712d6050a69da0f11593 /version.php
parent635ef962f08a96086ad6d0df7e3d4ca8bee1467d (diff)
Increase version string to 11,0,0,6
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 798c1f19a6b..10eac196be7 100644
--- a/version.php
+++ b/version.php
@@ -26,7 +26,7 @@
// 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, 0, 5);
+$OC_Version = array(11, 0, 0, 6);
// The human readable string
$OC_VersionString = '11.0 RC1';