Bump version to Nextcloud 12.0 beta 1

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-26 10:36:38 +02:00
parent bec9f18a0f
commit 83c5f3f3e8
No known key found for this signature in database
GPG key ID: B9F6980CF6E759B1

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, 14);
$OC_Version = array(12, 0, 0, 15);
// The human readable string
$OC_VersionString = '12.0 alpha';
$OC_VersionString = '12.0 beta 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [