From d02edae5c2c185b949091d727899f13234b8836b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 23 Jun 2021 10:46:01 +0200 Subject: 20.0.11 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 117234ab3ba..bcb740fef37 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, 10, 1]; +$OC_Version = [20, 0, 11, 0]; // The human readable string -$OC_VersionString = '20.0.10'; +$OC_VersionString = '20.0.11 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ -- cgit v1.2.3