Browse Source
chore: 28.0.0 beta 1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/41228/head
John Molakvoæ
2 years ago
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
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 = [28, 0, 0, 2]; |
|
|
|
$OC_Version = [28, 0, 0, 3]; |
|
|
|
|
|
|
|
// The human-readable string
|
|
|
|
$OC_VersionString = '28.0.0 dev'; |
|
|
|
$OC_VersionString = '28.0.0 beta 1'; |
|
|
|
|
|
|
|
$OC_VersionCanBeUpgradedFrom = [ |
|
|
|
'nextcloud' => [ |
|
|
|