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 03f5591 + a185305 commit 4178128Copy full SHA for 4178128
1 file changed
version.php
@@ -25,10 +25,10 @@
25
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
26
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
27
// when updating major/minor version number.
28
-$OC_Version = array(9, 0, 56, 0);
+$OC_Version = array(9, 0, 56, 1);
29
30
// The human readable string
31
-$OC_VersionString = '9.0.56';
+$OC_VersionString = '9.0.56 RC1';
32
33
$OC_VersionCanBeUpgradedFrom = array(8, 2);
34
0 commit comments