Merge pull request #44552 from nextcloud/release/29.0.0_rc1

pull/44553/head v29.0.0rc1
John Molakvoæ 2 months ago committed by GitHub
commit b30cc91e93
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 = [29, 0, 0, 13];
$OC_Version = [29, 0, 0, 14];
// The human-readable string
$OC_VersionString = '29.0.0 beta 6';
$OC_VersionString = '29.0.0 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [

Loading…
Cancel
Save