mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #60006 from nextcloud/release/34.0.0_beta_2
This commit is contained in:
commit
e6a1bfd354
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, 2];
|
||||
$OC_Version = [34, 0, 0, 3];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '34.0.0 beta 1';
|
||||
$OC_VersionString = '34.0.0 beta 2';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue