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 b304dc7 + 33b6417 commit ca4f337Copy full SHA for ca4f337
1 file changed
version.php
@@ -30,10 +30,10 @@
30
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patch level
31
// when updating major/minor version number.
32
33
-$OC_Version = [29, 0, 0, 12];
+$OC_Version = [29, 0, 0, 13];
34
35
// The human-readable string
36
-$OC_VersionString = '29.0.0 beta 5';
+$OC_VersionString = '29.0.0 beta 6';
37
38
$OC_VersionCanBeUpgradedFrom = [
39
'nextcloud' => [
0 commit comments