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 179a9c2 + 04d88bc commit 6d9809eCopy full SHA for 6d9809e
version.php
@@ -26,10 +26,10 @@
26
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
27
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
28
// when updating major/minor version number.
29
-$OC_Version = array(9, 0, 51, 1);
+$OC_Version = array(9, 0, 52, 0);
30
31
// The human readable string
32
-$OC_VersionString = '9.0.52 RC1';
+$OC_VersionString = '9.0.52';
33
34
$OC_VersionCanBeUpgradedFrom = array(8, 2);
35
0 commit comments