Merge pull request #4884 from nextcloud/beta-3

Bump to 12.0.0 beta 3
This commit is contained in:
Lukas Reschke 2017-05-15 22:09:43 +02:00 committed by GitHub
commit a1a13fee9b
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, 19);
$OC_Version = array(12, 0, 0, 20);
// The human readable string
$OC_VersionString = '12.0 beta 2';
$OC_VersionString = '12.0 beta 3';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [