mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Merge pull request #30977 from nextcloud/nickvergessen-patch-3
Update version.php
This commit is contained in:
commit
cfb1d35010
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$OC_Version = [21, 0, 8, 3];
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '21.0.8';
|
||||
$OC_VersionString = '21.0.9 RC0';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = [
|
||||
'nextcloud' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue