From 590f8ae2b57a571793dc3867d3ee816525fb3771 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Thu, 8 Aug 2024 10:22:30 +0200 Subject: [PATCH] build(hub): 28.0.9 RC1 Signed-off-by: Benjamin Gaussorgues --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index afe6fa7cebe54..8898fcb003075 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, 8, 1]; +$OC_Version = [28, 0, 9, 0]; // The human-readable string -$OC_VersionString = '28.0.8'; +$OC_VersionString = '28.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [