Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/9822/head
Morris Jobke 2018-06-11 09:48:08 +07:00
parent 07f5a2d448
commit 434607a65b
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 2 additions and 2 deletions

@ -26,10 +26,10 @@
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version = array(12, 0, 8, 1);
$OC_Version = array(12, 0, 9, 0);
// The human readable string
$OC_VersionString = '12.0.8';
$OC_VersionString = '12.0.9';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [