From 0e56cf58a937511c0c507cfc5c1d873975be0855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 26 Jul 2021 09:35:30 +0200 Subject: [PATCH] 21.0.4 RC1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index da51ae705e5ae..f965c5fc7853c 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 = [21, 0, 3, 1]; +$OC_Version = [21, 0, 4, 0]; // The human readable string -$OC_VersionString = '21.0.3'; +$OC_VersionString = '21.0.4 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [