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.
1 parent 6d9809e commit b25db4bCopy full SHA for b25db4b
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, 52, 0);
+$OC_Version = array(9, 0, 53, 0);
30
31
// The human readable string
32
-$OC_VersionString = '9.0.52';
+$OC_VersionString = '9.0.53';
33
34
$OC_VersionCanBeUpgradedFrom = array(8, 2);
35
0 commit comments