Merge pull request #48644 from nextcloud/release/30.0.1_rc2

30.0.1 RC2
pull/48667/head v30.0.1rc2
Arthur Schiwon 2024-10-10 15:43:21 +07:00 committed by GitHub
commit d94d23a8bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

@ -9,10 +9,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 = [30, 0, 1, 0];
$OC_Version = [30, 0, 1, 1];
// The human-readable string
$OC_VersionString = '30.0.1 RC1';
$OC_VersionString = '30.0.1 RC2';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [