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 972874d + 71b6856 commit 2291a51Copy full SHA for 2291a51
1 file changed
version.php
@@ -11,10 +11,10 @@
11
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
12
// when updating major/minor version number.
13
14
-$OC_Version = [34, 0, 1, 0];
+$OC_Version = [34, 0, 1, 1];
15
16
// The human-readable string
17
-$OC_VersionString = '34.0.1 RC1';
+$OC_VersionString = '34.0.1 RC2';
18
19
$OC_VersionCanBeUpgradedFrom = [
20
'nextcloud' => [
0 commit comments