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 b17636d commit b05312aCopy full SHA for b05312a
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, 1, 4, 0);
+$OC_Version = array(9, 1, 4, 1);
29
30
// The human readable string
31
-$OC_VersionString = '10.0.4 RC1';
+$OC_VersionString = '10.0.4';
32
33
$OC_VersionCanBeUpgradedFrom = array(9, 0);
34
0 commit comments