Browse Source

Increase server version

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v12.0.0beta1
Joas Schilling 7 years ago
parent
commit
4f32a8b6ef
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      version.php

+ 3
- 3
version.php View File

@@ -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…
Cancel
Save