From 9db12a56510d0520f10325c32b73897f6ac77b80 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 15 Oct 2020 13:47:59 +0200 Subject: [PATCH] 20.0.1 RC 1 Signed-off-by: Morris Jobke --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index acc01d39147..3bfbf1e7698 100644 --- a/version.php +++ b/version.php @@ -29,10 +29,10 @@ // between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel // when updating major/minor version number. -$OC_Version = [20, 0, 0, 9]; +$OC_Version = [20, 0, 1, 0]; // The human readable string -$OC_VersionString = '20.0.0'; +$OC_VersionString = '20.0.1 RC 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- 2.39.5