Merge pull request #7741 from nextcloud/11.0.7-rc1-prep

11.0.7 RC1
This commit is contained in:
Roeland Jago Douma 2018-01-09 15:58:10 +01:00 committed by GitHub
commit 406001ca84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, 6, 1);
$OC_Version = array(11, 0, 7, 0);
// The human readable string
$OC_VersionString = '11.0.6';
$OC_VersionString = '11.0.7 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [