From a9c474ec54036b9e893b005172f8379da80aac71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 8 Aug 2023 15:59:08 +0200 Subject: [PATCH] 27.1.0 beta 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 67a993f14e27b..d75bc0da1ff10 100644 --- a/version.php +++ b/version.php @@ -30,15 +30,15 @@ // 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, 0, 2, 1]; +$OC_Version = [27, 1, 0, 0]; // The human-readable string -$OC_VersionString = '27.0.2'; +$OC_VersionString = '27.1.0 beta 1'; $OC_VersionCanBeUpgradedFrom = [ 'nextcloud' => [ - '26.0' => true, '27.0' => true, + '27.1' => true, ], 'owncloud' => [ '10.11' => true,