From 26b2712eb550299a443c626161f1dc07bab1abd7 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 20 Nov 2023 12:04:02 +0100 Subject: [PATCH] 28.0.0 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e7b660177c36e..d880a73efd528 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level // when updating major/minor version number. -$OC_Version = [28, 0, 0, 6]; +$OC_Version = [28, 0, 0, 7]; // The human-readable string -$OC_VersionString = '28.0.0 beta 4'; +$OC_VersionString = '28.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [