Bump the version on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-09-05 12:31:40 +02:00
parent 16ecd9558f
commit 3cec0080cf
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 3 additions and 3 deletions

View File

@ -29,15 +29,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(14, 0, 0, 18);
$OC_Version = array(15, 0, 0, 0);
// The human readable string
$OC_VersionString = '14.0.0 RC 2';
$OC_VersionString = '15.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'13.0' => true,
'14.0' => true,
'15.0' => true,
],
'owncloud' => [
],