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>2017-09-18 19:25:41 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-09-18 19:25:41 +0300
commit45d0eb8dda18612803a32f9638e13dfcb03a6a93 (patch)
tree1b55e2452e3d78d7a533834b2cf6f4c1844bcfa5
parent2c73912de596399014aa8fde29b52d2076d6bf0f (diff)
[stable11] Bump version to 11.0.5
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 7a34dc59b84..7ab43584960 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, 0);
+$OC_Version = array(11, 0, 5, 1);
// The human readable string
-$OC_VersionString = '11.0.5 RC1';
+$OC_VersionString = '11.0.5';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [