Increase version once again

For https://github.com/nextcloud/server/pull/2615

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/2629/head
Lukas Reschke 10 years ago
parent ab3ef8a44a
commit 3f5bbb22d2
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 2
      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';

Loading…
Cancel
Save