Merge pull request #43716 from nextcloud/release/26.0.12rc2

backport/39607/stable26 v26.0.12rc2
John Molakvoæ 3 months ago committed by GitHub
commit ec179beb55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save