14.0.9 RC 1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-03-29 13:02:16 +01:00
parent ed0e18fb89
commit d6c380d0ed
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -29,10 +29,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(14, 0, 8, 2);
$OC_Version = array(14, 0, 9, 0);
// The human readable string
$OC_VersionString = '14.0.8';
$OC_VersionString = '14.0.9 RC 1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [