Browse Source
chore(release): Bump version to 33
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/54858/head
Joas Schilling
1 month ago
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
1 changed files with
3 additions and
3 deletions
-
version.php
|
|
@ -9,15 +9,15 @@ |
|
|
|
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
|
|
|
|
// when updating major/minor version number.
|
|
|
|
|
|
|
|
$OC_Version = [32, 0, 0, 8]; |
|
|
|
$OC_Version = [33, 0, 0, 0]; |
|
|
|
|
|
|
|
// The human-readable string
|
|
|
|
$OC_VersionString = '32.0.0 beta 5'; |
|
|
|
$OC_VersionString = '33.0.0 dev'; |
|
|
|
|
|
|
|
$OC_VersionCanBeUpgradedFrom = [ |
|
|
|
'nextcloud' => [ |
|
|
|
'31.0' => true, |
|
|
|
'32.0' => true, |
|
|
|
'33.0' => true, |
|
|
|
], |
|
|
|
'owncloud' => [ |
|
|
|
'10.13' => true, |
|
|
|