From 0149ef6d7e367696a541b2c0683ac74232f8d0c2 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 24 Jul 2024 10:50:44 +0200 Subject: [PATCH] build(hub): 30.0.0 beta 1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 44fbf088d31c0..57f6f2d1a0277 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, 2]; +$OC_Version = [30, 0, 0, 3]; // The human-readable string -$OC_VersionString = '30.0.0 dev'; +$OC_VersionString = '30.0.0 beta 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [