From 47b3c80a5aaaaf9edecf77e1d6fb01e41d29b09c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 23 Jun 2021 10:58:19 +0200 Subject: [PATCH] 22.0.0 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 0eb90683894ec..dbecd27c450a0 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, 0, 0, 8]; +$OC_Version = [22, 0, 0, 9]; // The human readable string -$OC_VersionString = '22.0.0 beta 5'; +$OC_VersionString = '22.0.0 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [