mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #60598 from nextcloud/release/34.0.0_rc2
[stable34] 34.0.0 RC2
This commit is contained in:
commit
9b4345680c
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ declare(strict_types=1);
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = [34, 0, 0, 7];
|
||||
$OC_Version = [34, 0, 0, 8];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '34.0.0 RC1';
|
||||
$OC_VersionString = '34.0.0 RC2';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue