From 531e0ea8493b9e40cbe04739d6527cca6f6147ec Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Tue, 13 Aug 2024 11:33:16 +0200 Subject: [PATCH] build(hub): 30.0.0 RC1 Signed-off-by: skjnldsv --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 54ea292908204..e10c7a3985b53 100644 --- a/version.php +++ b/version.php @@ -9,10 +9,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 = [30, 0, 0, 7]; +$OC_Version = [30, 0, 0, 8]; // The human-readable string -$OC_VersionString = '30.0.0 beta 5'; +$OC_VersionString = '30.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [