mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
28.0.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
12bafe16d5
commit
45ab3e1dfe
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, 10];
|
||||
$OC_Version = [28, 0, 0, 11];
|
||||
|
||||
// The human-readable string
|
||||
$OC_VersionString = '28.0.0 RC4';
|
||||
$OC_VersionString = '28.0.0';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue