From f2f07f3c8677d9024773f8609f575e10774c9635 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 3 Nov 2021 18:30:53 +0100 Subject: [PATCH] 22.2.1 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 cc39cd0f830..a2855fbaf4b 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 = [22, 2, 0, 2]; +$OC_Version = [22, 2, 1, 0]; // The human readable string -$OC_VersionString = '22.2.0'; +$OC_VersionString = '22.2.1 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5