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