Merge pull request #2639 from nextcloud/final-increase-of-version

Final version increasement for 11
pull/2636/head
Lukas Reschke 10 years ago committed by GitHub
commit b56a47eba6
  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, 9);
$OC_Version = array(11, 0, 0, 10);
// The human readable string
$OC_VersionString = '11.0.0';

Loading…
Cancel
Save