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-12 20:03:49 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-12-12 20:03:49 +0300
commit3f5bbb22d275423e1487b5d3d56b17bc179895f5 (patch)
tree1ceee500669aea516d5c5bb1bae6bac10d809e17 /version.php
parentab3ef8a44a04cbc4d110c898a55572605b048d1a (diff)
Increase version once again
For https://github.com/nextcloud/server/pull/2615 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 3f61aa03b7e..19b847dced8 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, 8);
+$OC_Version = array(11, 0, 0, 9);
// The human readable string
$OC_VersionString = '11.0.0';