mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #2549 from nextcloud/increase-version-to-rc
Increase versionto 11 RC1
This commit is contained in:
commit
635ef962f0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
$OC_Version = array(11, 0, 0, 5);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '11.0 beta 2';
|
||||
$OC_VersionString = '11.0 RC1';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = array(9, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue