Browse Source
Merge pull request #44186 from nextcloud/release/29.0.0_beta_3
pull/44179/head
v29.0.0beta3
Benjamin Gaussorgues
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
version.php
|
|
|
@ -30,10 +30,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 = [29, 0, 0, 8]; |
|
|
|
$OC_Version = [29, 0, 0, 9]; |
|
|
|
|
|
|
|
// The human-readable string
|
|
|
|
$OC_VersionString = '29.0.0 beta 2'; |
|
|
|
$OC_VersionString = '29.0.0 beta 3'; |
|
|
|
|
|
|
|
$OC_VersionCanBeUpgradedFrom = [ |
|
|
|
'nextcloud' => [ |
|
|
|
|