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-11-25 11:56:26 +0300
committerGitHub <noreply@github.com>2016-11-25 11:56:26 +0300
commit1967b9112c237f8ed825d3fc664edf96e97f9514 (patch)
tree5e49763d52ebbcbb712a945a9ef1ec64227ac144 /version.php
parent39aa74eb7bcf8d308974d06d2a7f3affcb7d4171 (diff)
Increase to 11.0.0.4
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 a61df7f4a88..47c3ca4f236 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, 3);
+$OC_Version = array(11, 0, 0, 4);
// The human readable string
$OC_VersionString = '11.0 beta';