18.0.8 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-08-13 08:37:18 +02:00
parent b07c9f4ae1
commit 0f4b061e57
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(18, 0, 7, 1);
$OC_Version = array(18, 0, 8, 0);
// The human readable string
$OC_VersionString = '18.0.7';
$OC_VersionString = '18.0.8 RC1';
$OC_VersionCanBeUpgradedFrom = [
'nextcloud' => [