From 83d17b0fb4af1f7835e8b0bcf2583f5514b78264 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 5 Feb 2021 08:45:38 +0100 Subject: [PATCH] 21 RC2 Signed-off-by: Roeland Jago Douma --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index dd0e1c246d..7dd8d078dc 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, 0, 16]; +$OC_Version = [21, 0, 0, 17]; // The human readable string -$OC_VersionString = '21.0.0 RC1'; +$OC_VersionString = '21.0.0 RC2'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [