summaryrefslogtreecommitdiffstats
path: root/version.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-08 15:59:08 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-08-08 16:01:57 +0200
commita9c474ec54036b9e893b005172f8379da80aac71 (patch)
tree8091fcc88decd85599313466d389b917f5cbcf3b /version.php
parent9234ae4a0a98ee924cd63974e88c22c3bb3f6b21 (diff)
downloadnextcloud-server-a9c474ec54036b9e893b005172f8379da80aac71.tar.gz
nextcloud-server-a9c474ec54036b9e893b005172f8379da80aac71.zip
27.1.0 beta 1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'version.php')
-rw-r--r--version.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/version.php b/version.php
index 67a993f14e2..d75bc0da1ff 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,