Merge pull request #4929 from nextcloud/beta-4

12.0.0 Beta 4
This commit is contained in:
Lukas Reschke 2017-05-18 00:02:27 +02:00 committed by GitHub
commit c002698ed2
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, 20);
$OC_Version = array(12, 0, 0, 21);
// The human readable string
$OC_VersionString = '12.0 beta 3';
$OC_VersionString = '12.0 beta 4';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [