Increase server version
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
edec1fafe7
commit
4f32a8b6ef
1 changed files with 3 additions and 3 deletions
|
@ -26,12 +26,12 @@
|
|||
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
|
||||
// when updating major/minor version number.
|
||||
|
||||
$OC_Version = array(11, 0, 0, 10);
|
||||
$OC_Version = array(12, 0, 0, 10);
|
||||
|
||||
// The human readable string
|
||||
$OC_VersionString = '11.0.0';
|
||||
$OC_VersionString = '12.0 alpha';
|
||||
|
||||
$OC_VersionCanBeUpgradedFrom = array(9, 1);
|
||||
$OC_VersionCanBeUpgradedFrom = array(11);
|
||||
|
||||
// default Nextcloud channel
|
||||
$OC_Channel = 'git';
|
||||
|
|
Loading…
Reference in a new issue