From 3ec3bed7a6d2244bffccbde46377200abefb7a78 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 16 May 2022 12:14:53 +0200 Subject: [PATCH] 23.0.5 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8341c863b697a..5f4e037f5df67 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, 4, 1]; +$OC_Version = [23, 0, 5, 0]; // The human readable string -$OC_VersionString = '23.0.4'; +$OC_VersionString = '23.0.5 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [