Increase version to beta2

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-05-08 16:04:57 +02:00
parent 6acae94a02
commit 9904d1ab43
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
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, 17);
$OC_Version = array(12, 0, 0, 18);
// The human readable string
$OC_VersionString = '12.0 beta 1';
$OC_VersionString = '12.0 beta 2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [