mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
28.0.0 RC3
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
13f0badf19
commit
f4275c2629
1 changed files with 2 additions and 2 deletions
|
|
@ -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, 8];
|
||||
$OC_Version = [28, 0, 0, 9];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '28.0.0 RC2';
|
||||
$OC_VersionString = '28.0.0 RC3';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue