Merge pull request #44373 from nextcloud/release/28.0.4_rc1

pull/44320/head v28.0.4rc1
Benjamin Gaussorgues 2 months ago committed by GitHub
commit 3c1798dad4
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/patch level
// when updating major/minor version number.
$OC_Version = [28, 0, 3, 2];
$OC_Version = [28, 0, 4, 0];
// The human-readable string
$OC_VersionString = '28.0.3';
$OC_VersionString = '28.0.4 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [

Loading…
Cancel
Save