mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
chore(release): Bump version to 35
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
70410d2f6e
commit
a05d51ae07
1 changed files with 3 additions and 3 deletions
|
|
@ -11,15 +11,15 @@ 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, 6];
|
||||
$OC_Version = [35, 0, 0, 0];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '34.0.0 beta 5';
|
||||
$OC_VersionString = '35.0.0 dev';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'33.0' => true,
|
||||
'34.0' => true,
|
||||
'35.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
'10.13' => true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue