aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-12 18:13:13 +0100
committerGitHub <noreply@github.com>2016-12-12 18:13:13 +0100
commite79cd27e5d3d6c84499760fe664c93136d7a5aea (patch)
tree1ceee500669aea516d5c5bb1bae6bac10d809e17
parentab3ef8a44a04cbc4d110c898a55572605b048d1a (diff)
parent3f5bbb22d275423e1487b5d3d56b17bc179895f5 (diff)
downloadnextcloud-server-e79cd27e5d3d6c84499760fe664c93136d7a5aea.tar.gz
nextcloud-server-e79cd27e5d3d6c84499760fe664c93136d7a5aea.zip
Merge pull request #2629 from nextcloud/increase-v-1-again
Increase version once again
-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';