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 a0d0814 + e70aeb5 commit 92c84b7Copy full SHA for 92c84b7
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 = array(15, 0, 0, 10);
+$OC_Version = array(15, 0, 1, 0);
33
34
// The human readable string
35
-$OC_VersionString = '15.0.0';
+$OC_VersionString = '15.0.1 RC 1';
36
37
$OC_VersionCanBeUpgradedFrom = [
38
'nextcloud' => [
0 commit comments