From 7858ea3d8fded0f1ccdf7f48a9919d8969e8cf17 Mon Sep 17 00:00:00 2001 From: Benjamin Gaussorgues Date: Wed, 5 Feb 2025 21:20:43 +0100 Subject: [PATCH] build(hub): 29.0.12 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 5757fe3fe42..5f0c41b1883 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 = [29, 0, 11, 1]; +$OC_Version = [29, 0, 12, 0]; // The human-readable string -$OC_VersionString = '29.0.11'; +$OC_VersionString = '29.0.12 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [