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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-09-19 08:56:47 +0300
committerGitHub <noreply@github.com>2017-09-19 08:56:47 +0300
commitf637a1a2281c47a46912e5ecf3d7418ea4a682bb (patch)
tree19cf0f057f59d6f3438c1e947ace6f0d216381d5
parent46d29688d12655638d6589c6fd14cc14c9cebeb9 (diff)
parent45d0eb8dda18612803a32f9638e13dfcb03a6a93 (diff)
Merge pull request #6557 from nextcloud/stable11-bumpv11.0.5
[stable11] Bump version to 11.0.5
-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' => [