From d72efb666cb14febdcb506af6060ce50f6478efb Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 15 Feb 2022 13:32:15 +0100 Subject: 23.0.2 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index d6fa26223f7..550f0137614 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, 2, 0]; +$OC_Version = [23, 0, 2, 1]; // The human readable string -$OC_VersionString = '23.0.2 RC1'; +$OC_VersionString = '23.0.2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- cgit v1.2.3