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-08-06 21:24:51 +0300
committerGitHub <noreply@github.com>2017-08-06 21:24:51 +0300
commit9779e5eaceaf116c3b91af836923db352cfc0c0f (patch)
tree7483ea5ed5f3b90a34f68389de30ca678524bcbe
parentf772749084f9e5abde863f4068c7dde7e718adca (diff)
parentf26b441dbadbf1c5e0f29cb8fd4952640073e9bd (diff)
Merge pull request #5991 from nextcloud/stable11-bump-versionv11.0.4
[stable11] Update version
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index fd668f2456c..adfc2dae2be 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, 4, 0);
+$OC_Version = array(11, 0, 4, 1);
// The human readable string
-$OC_VersionString = '11.0.4 RC1';
+$OC_VersionString = '11.0.4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [