Merge pull request #28300 from nextcloud/version/22.0.12/Final

This commit is contained in:
John Molakvoæ 2021-08-03 17:11:56 +02:00 committed by GitHub
commit a09a7fc6ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,10 +29,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = [20, 0, 12, 0];
$OC_Version = [20, 0, 12, 1];
// The human readable string
$OC_VersionString = '20.0.12 RC1';
$OC_VersionString = '20.0.12';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [