Merge pull request #6467 from nextcloud/11-0-5-rc1

11.0.5 RC1
This commit is contained in:
Morris Jobke 2017-09-12 16:11:20 +02:00 committed by GitHub
commit 5cb9790669
1 changed files with 2 additions and 2 deletions

View File

@ -26,10 +26,10 @@
// 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, 4, 1);
$OC_Version = array(11, 0, 5, 0);
// The human readable string
$OC_VersionString = '11.0.4';
$OC_VersionString = '11.0.5 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [