Skip to content

Commit ebf2b35

Browse files
authored
Merge pull request #61000 from nextcloud/release/34.0.0_rc5
[stable34] 34.0.0 RC5
2 parents 37e2ec6 + 2cea2a3 commit ebf2b35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
1212
// when updating major/minor version number.
1313

14-
$OC_Version = [34, 0, 0, 10];
14+
$OC_Version = [34, 0, 0, 11];
1515

1616
// The human-readable string
17-
$OC_VersionString = '34.0.0 RC4';
17+
$OC_VersionString = '34.0.0 RC5';
1818

1919
$OC_VersionCanBeUpgradedFrom = [
2020
'nextcloud' => [

0 commit comments

Comments
 (0)