mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #2241 from nextcloud/make-it-a-beta
Make it 11.0 beta
This commit is contained in:
commit
3e7bbaa2b8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
$OC_Version = array(11, 0, 0, 2);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '11.0 alpha';
|
||||
$OC_VersionString = '11.0 beta';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = array(9, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue