20 in development now

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-05-07 08:30:55 +02:00
parent 97f36e62f2
commit ae9330d18b
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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 = [19, 0, 0, 9];
$OC_Version = [20, 0, 0, 0];
// The human readable string
$OC_VersionString = '19.0.0 RC1';
$OC_VersionString = '20.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'18.0' => true,
'19.0' => true,
'20.0' => true,
],
'owncloud' => [
],