From 66c3a24ba94c378f6a2cdcc91cd1dc11c970146c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 11 Jun 2024 17:06:08 +0200 Subject: [PATCH] build(hub): 27.1.11 RC1 Signed-off-by: Arthur Schiwon --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5a3eff0d5c26a..993cd49f74b62 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/patch level // when updating major/minor version number. -$OC_Version = [27, 1, 10, 2]; +$OC_Version = [27, 1, 11, 0]; // The human-readable string -$OC_VersionString = '27.1.10'; +$OC_VersionString = '27.1.11 RC1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [