aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-12-13 12:59:59 +0100
committerGitHub <noreply@github.com>2016-12-13 12:59:59 +0100
commitb56a47eba6996607eb6399dbd64687a401a23e57 (patch)
treea6496b6b6dd2803bd1caccfaac0236cc3d6fa2e7
parentdf03860e2e5fc673e8c24b84f01fcc7e8cfa49a6 (diff)
parent72884b45a122f1d5277a92bc90cb5331dd80c4d3 (diff)
downloadnextcloud-server-b56a47eba6996607eb6399dbd64687a401a23e57.tar.gz
nextcloud-server-b56a47eba6996607eb6399dbd64687a401a23e57.zip
Merge pull request #2639 from nextcloud/final-increase-of-version
Final version increasement for 11
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index 19b847dced8..9d31dd8b0e9 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, 9);
+$OC_Version = array(11, 0, 0, 10);
// The human readable string
$OC_VersionString = '11.0.0';