From c9ce1837e62db44f379d01dbdf7c277500bb4908 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Thu, 3 Apr 2025 09:30:05 +0200 Subject: build(hub): 30.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 3cfae8fa777..f7e4e9fa4ee 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, 8, 2]; +$OC_Version = [30, 0, 9, 0]; // The human-readable string -$OC_VersionString = '30.0.8'; +$OC_VersionString = '30.0.9 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- cgit v1.2.3