Increase server version

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-12-13 20:44:00 +01:00
parent edec1fafe7
commit 4f32a8b6ef
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 3 additions and 3 deletions

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';