From 91397d56ef51eb3fee979fc6583d3a5ea32a4721 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 27 Dec 2019 14:25:33 +0100 Subject: [PATCH] 18 RC 1 Signed-off-by: Roeland Jago Douma --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a81820e8b7e..27d4309e17c 100644 --- a/version.php +++ b/version.php @@ -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, 0, 7); +$OC_Version = array(18, 0, 0, 8); // The human readable string -$OC_VersionString = '18.0.0 Beta4'; +$OC_VersionString = '18.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [