Merge pull request #4741 from nextcloud/bump-to-beta2

Increase version to beta2
This commit is contained in:
Lukas Reschke 2017-05-08 17:50:06 +02:00 committed by GitHub
commit ecba440574

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' => [