Compare commits

...

1 Commits

Author SHA1 Message Date
Roeland Jago Douma 5313987dd3 This is 22!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-02 21:51:00 +01:00
1 changed files with 3 additions and 3 deletions

View File

@ -30,15 +30,15 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [21, 0, 0, 15];
$OC_Version = [22, 0, 0, 0];
// The human readable string
$OC_VersionString = '21.0.0 beta8';
$OC_VersionString = '22.0.0 alpha';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [
'20.0' => true,
'21.0' => true,
'22.0' => true,
],
'owncloud' => [
'10.5' => true,