mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #30976 from nextcloud/nickvergessen-patch-2
Update version.php
This commit is contained in:
commit
656b140452
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$OC_Version = [22, 2, 4, 3];
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '22.2.4';
|
||||
$OC_VersionString = '22.2.5 RC0';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue