Skip to content

Commit f1d46ef

Browse files
authored
Merge pull request #39427 from nextcloud/release/26.0.4_rc2
26.0.4 RC2
2 parents 70db98f + 3449a9c commit f1d46ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

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

33-
$OC_Version = [26, 0, 4, 0];
33+
$OC_Version = [26, 0, 4, 1];
3434

3535
// The human readable string
36-
$OC_VersionString = '26.0.4 RC1';
36+
$OC_VersionString = '26.0.4 RC2';
3737

3838
$OC_VersionCanBeUpgradedFrom = [
3939
'nextcloud' => [

0 commit comments

Comments
 (0)