Merge pull request #5728 from nextcloud/bump-stable12-version

12.0.1RC1
This commit is contained in:
Lukas Reschke 2017-07-17 08:16:22 +02:00 committed by GitHub
commit 515d83236b
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, 0, 30);
$OC_Version = array(12, 0, 1, 0);
// The human readable string
$OC_VersionString = '12.0.0';
$OC_VersionString = '12.0.1 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [