Merge pull request #6466 from nextcloud/12-0-3-rc1

12.0.3 RC1
This commit is contained in:
Morris Jobke 2017-09-12 16:12:06 +02:00 committed by GitHub
commit 499699f37b
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(12, 0, 1, 6);
$OC_Version = array(12, 0, 3, 0);
// The human readable string
$OC_VersionString = '12.0.1';
$OC_VersionString = '12.0.3 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [