Skip to content

Commit b871ef7

Browse files
authored
Merge pull request #39757 from nextcloud/release/27.1.0
2 parents cb17127 + cc97d03 commit b871ef7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
3131
// when updating major/minor version number.
3232

33-
$OC_Version = [27, 0, 2, 2];
33+
$OC_Version = [27, 1, 0, 0];
3434

3535
// The human-readable string
36-
$OC_VersionString = '27.0.2';
36+
$OC_VersionString = '27.1.0 beta 1';
3737

3838
$OC_VersionCanBeUpgradedFrom = [
3939
'nextcloud' => [
40-
'26.0' => true,
4140
'27.0' => true,
41+
'27.1' => true,
4242
],
4343
'owncloud' => [
4444
'10.11' => true,

0 commit comments

Comments
 (0)