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 70db98f + 3449a9c commit f1d46efCopy full SHA for f1d46ef
version.php
@@ -30,10 +30,10 @@
30
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
31
// when updating major/minor version number.
32
33
-$OC_Version = [26, 0, 4, 0];
+$OC_Version = [26, 0, 4, 1];
34
35
// The human readable string
36
-$OC_VersionString = '26.0.4 RC1';
+$OC_VersionString = '26.0.4 RC2';
37
38
$OC_VersionCanBeUpgradedFrom = [
39
'nextcloud' => [
0 commit comments