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 2d63998 + ba6a0da commit 63a48cfCopy full SHA for 63a48cf
version.php
@@ -29,10 +29,10 @@
29
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
30
// when updating major/minor version number.
31
32
-$OC_Version = [20, 0, 6, 1];
+$OC_Version = [20, 0, 7, 0];
33
34
// The human readable string
35
-$OC_VersionString = '20.0.6';
+$OC_VersionString = '20.0.7 RC1';
36
37
$OC_VersionCanBeUpgradedFrom = [
38
'nextcloud' => [
0 commit comments