From cb0df3ecfa3d56d26b42b1ac73d1cbd33556b5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 8 Nov 2021 15:27:47 +0100 Subject: 23.0.0 RC1 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(-) (limited to 'version.php') diff --git a/version.php b/version.php index a46603056b5..61474fa6d95 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/patchlevel // when updating major/minor version number. -$OC_Version = [23, 0, 0, 6]; +$OC_Version = [23, 0, 0, 7]; // The human readable string -$OC_VersionString = '23.0.0 beta 3'; +$OC_VersionString = '23.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- cgit v1.2.3