We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb17127 + cc97d03 commit b871ef7Copy full SHA for b871ef7
1 file changed
version.php
@@ -30,15 +30,15 @@
30
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
31
// when updating major/minor version number.
32
33
-$OC_Version = [27, 0, 2, 2];
+$OC_Version = [27, 1, 0, 0];
34
35
// The human-readable string
36
-$OC_VersionString = '27.0.2';
+$OC_VersionString = '27.1.0 beta 1';
37
38
$OC_VersionCanBeUpgradedFrom = [
39
'nextcloud' => [
40
- '26.0' => true,
41
'27.0' => true,
+ '27.1' => true,
42
],
43
'owncloud' => [
44
'10.11' => true,
0 commit comments