mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
fix version number
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
9a526a2eb8
commit
0b17068c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $OC_VersionString = '11.0.2';
|
|||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
'10.0' => true,
|
||||
'9.1' => true,
|
||||
'11.0' => true,
|
||||
],
|
||||
'owncloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue