From 33cc3abba21d6aeb26f1781ea4af1ce0b650bcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 1 Nov 2023 09:28:45 +0100 Subject: [PATCH] chore: 28.0.0 beta 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 72b0ea24cc5e6..d62cfe9cd50b1 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 = [28, 0, 0, 2]; +$OC_Version = [28, 0, 0, 3]; // The human-readable string -$OC_VersionString = '28.0.0 dev'; +$OC_VersionString = '28.0.0 beta 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [