From 0ab8f2f15a786f46a23b061ff5ae9b792157ec6b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 5 Jul 2021 17:09:36 +0200 Subject: [PATCH] 22.0.0 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 803ed74c2f6cb..e8f1cc0f7ac28 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, 10]; +$OC_Version = [22, 0, 0, 11]; // The human readable string -$OC_VersionString = '22.0.0 RC2'; +$OC_VersionString = '22.0.0'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [